If you are doing image processing, you may want to consider a different format than JPEG, if that is possible. The JPEG compression process distorts the original image, resulting in changes to your image processing results. If you can get the image in either uncompressed or lossless compressed format, in general, you will get better results. The common uncompressed format is BMP. Common lossless compressed formats include PNG and TIFF (TIFF is supported by Vision, but is not native to LabVIEW). Note that your application may not need this, but it is something to think about.
Message Edited by DFGray on
08-08-2008 08:52 AM