英文:
Uploading Images in vuforia Engine
问题
无效的文件格式。仅允许使用8位灰度或24位RGB的JPG或PNG文件类型。
实际上,我正在尝试上传图像目标到Vuforia引擎数据库,但它显示给我这样的消息。我已经上传了很多图像到Vuforia引擎,但在过去的一周中,我在更多情况下都遇到了这种类型的错误。
如何在Vuforia引擎中上传任何类型的图像?
英文:
> Invalid file format. Only 8 bit gray scale or 24 bit RGB of file type JPG or PNG are allowed.
Actually I'm trying to upload image target in vuforia engine database but this show me like this. I'm already uploaded lots of images in vuforia engine but past one weeks I receive this type of errors in more cases.
How to upload any type of images in vuforia engine?
答案1
得分: 1
你好,欢迎来到Stackoverflow:) 错误消息明确说明了问题。似乎您尝试上传的图像既不是 .jpg/.png 格式,也不是 24 位 RGB。我假设是后者。
无论如何,您可以简单地将您的图像在线转换为 24 位 .png 或 .jpg,例如。
英文:
Hi and welcome to Stackoverflow:) The error message states exactly the problem. It seems like the image you are trying to upload is either not .jpg/.png or not 24bit RGB. I am assuming the latter.
Anyways, simply convert your image to 24bit .png or .jpg online for example.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论