12-08-2008 05:30 AM
What is the most efficient way of resizing a generic image in CVI (by generic I mean bmp, jpg, png, etc). The image won't be in a control or on a panel so resizing the control won't affect it, I actually need to resize the image itself.
Any thoughts?
12-08-2008 08:12 AM
using the NI Vision library and calling imaqReadFile(), imaqResample(), imaqWriteFile(). works out of the box with bmp, jpeg, png and tiff images. of course, this means that you need a license for NI Vision.
now you might find some free image processing library on the net, maybe something more oriented to image manipulation than image processing...
12-08-2008 08:44 AM