Well, i'am currently using NIOS II, with Quartus II 12.0 and iam facing some problems.
好吧,我目前正在使用NIOS II,Quartus II 12.0和iam面临一些问题。
I would like to know how can I manipulate images on Nios II, if there is any library that would allow me to do so, like to write down pictures, read pixels, and if possible to read an image.
我想知道如何在Nios II上操作图像,如果有任何库允许我这样做,比如写下图片,读取像素,如果可能的话,读取图像。
Even tho you dont know how to load the image but you know a graphic library that I could use in it please tell me.
即使你不知道如何加载图像,但你知道我可以使用的图形库请告诉我。
Thanks, Guiaki.
3 个解决方案
#2
0
I have used the Demonstration project from DE2-115 DVD and got an FAT library, now I can open files.
我使用了DE2-115 DVD的Demonstration项目,得到了一个FAT库,现在我可以打开文件了。
#3
0
You can use read only zip file system library in niosii bsp. It requires image need to be stored in flash memory. You can use c based file manipulation functions to read image
您可以在niosii bsp中使用只读zip文件系统库。它需要将图像存储在闪存中。您可以使用基于c的文件操作函数来读取图像
#1
#2
0
I have used the Demonstration project from DE2-115 DVD and got an FAT library, now I can open files.
我使用了DE2-115 DVD的Demonstration项目,得到了一个FAT库,现在我可以打开文件了。
#3
0
You can use read only zip file system library in niosii bsp. It requires image need to be stored in flash memory. You can use c based file manipulation functions to read image
您可以在niosii bsp中使用只读zip文件系统库。它需要将图像存储在闪存中。您可以使用基于c的文件操作函数来读取图像