Hi ,
I am writing a j2mE application and need to generate EXIF format.
Could you please tell me about EXIF support in any J2ME MIDP package.
Regards
Sunil Bhatia
Hi ,
I am writing a j2mE application and need to generate EXIF format.
Could you please tell me about EXIF support in any J2ME MIDP package.
Regards
Sunil Bhatia
I could be wrong, but I suspect there are none & you might have to do your own file operations via JSR-75/FileConnection API (i.e., write your own code that knows how to handle/manipulate JPEG files).