10-09-2009 12:06 PM
10-09-2009 12:26 PM
Unfortunately you can't do this so easy...
What you can do is following:
- if you using Vision Toolkit, save data to PNG. There are some functions available for writing your custom data to PNG.
- learn how to store user data in jpeg. For example, EXIF data stored in jped as custom data. Search in internet how it organized.
- simply add your data directly at the end of JPEG file. As far, as I know, JPEG file have postfix, so, may be your info will be just ignored by common programs, but you will be read this info back (not checked how it works - just try it).
Andrey.
10-09-2009 12:57 PM
unfortunately I do not have the vision toolkit, but with it, as would be done?
the other two options, the information would not be visible in the image?
I need this information to be recorded and visible in the images, like a date and hour at a photo.
thank-you
10-09-2009 01:48 PM
LuizFelipe wrote:unfortunately I do not have the vision toolkit, but with it, as would be done?
Yes, but not with JPEG. In PNG format - yes.
LuizFelipe wrote:the other two options, the information would not be visible in the image?
The information will be invisible.
LuizFelipe wrote:I need this information to be recorded and visible in the images, like a date and hour at a photo.
In case if information should be visible, then you should add this info as overlay. Also I will not recommend to use JPEG format in this case, because you will get poor quality of such overlay due to loss compression.
Andrey.
10-09-2009 02:03 PM
But how do I add this info as overlay? I need the vision toolkit for that?
thanks
10-09-2009 02:53 PM
With Vision Toolkit you will be able to create and store non-destructive overlay and custom data in single PNG file. Search forum for "IMAQ Overlay" - you will found some links. Also Vision toolkit delivered with good examples. But it will be pretty expencive solution.
Probably something linke this will meet your requirements:
Andrey.