Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
nuthell@gmail.com  
#1 Posted : Thursday, April 12, 2007 12:01:37 PM(UTC)
nuthell@gmail.com

Rank: Member

Groups: Member
Joined: 4/12/2007(UTC)
Posts: 3

hello all,

I want to save the Thumbnails with the Exif info of source photo, see the codes bellow. and it works in ActiveX, but fails in java Applet.

So , I wonder how I could save the Thumbnails with Exif info in java Applet?

Code:
//--some of my code---//
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "1024");
iu.addParam("UploadThumbnail1Height", "1024");
iu.addParam("UploadThumbnail1JpegQuality", "60");
iu.addParam("UploadThumbnail1CopyExif", "true");

Edited by user Tuesday, December 18, 2007 4:05:21 AM(UTC)  | Reason: Not specified

fdsf
George Ulyanov  
#2 Posted : Thursday, April 12, 2007 12:55:26 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hello,

To achieve it please use UploadThumbnail(N)CopyExif property.

Edited by user Friday, February 22, 2008 2:05:17 PM(UTC)  | Reason: Not specified

Best regards,

George Ulyanov

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.