trying to build a lib of EXIF data produced by various cameras, starting 
w/images from http://www.drewnoakes.com/code/exif/exifImages/ (thanks to seth 
duffey for the info)

trying to grab the data remotely always produces "Exception occured in JPG 
processing. segment size would extend beyond file stream length" errors on the 
imageGetEXIFMetadata() bits. copying the images locally produced different 
results:
- some worked ok
- some threw java.lang.NegativeArraySizeException errors
- some threw 500 errors! java.lang.OutOfMemoryError: Java heap space at 
com.drew.metadata.exif.ExifReader.processTag(Unknown Source)

locally windows explorer could grab the EXIF data just fine in all cases.

anybody else see this sort of thing? any workaround?

thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289699
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to