Invalid Jpeg Marker Type
Posted by Alison Payne on Aug 15, 2011; 4:31am
URL: http://imagej.273.s1.nabble.com/Invalid-Jpeg-Marker-Type-tp3683505.html
Hi,
I am writing a jpg file from an imagej plugin with the following command :
IJ.run(FinalResultFIN,"Save", "save=["+directory+title+"_7Results.jpg]");
Once the file is written (e.g. IMG_3019.jpg_7Results.jpg), it cannot be opened in any of google chrome, IE, or Adobe Photoshop. Adobe Photoshop gives the error "Could not complete your request because an unknown or invalid JPEG marker type is found."
Is there anything I can do to get imagej to write a file which doesn't have this unknown/invalid jpg marker type?
Kind Regards,
Alison