Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, October 3, 2007 11:42:24 PM(UTC)

Urs  
Urs

Groups: Registered
Posts: 3


Hello All,

When I tried to write EXIF comments back to an image from a seperate file (i.e. a XML file that is created and stored all of EXIF comments when we load an image) by using L_SaveBitmap method, it seems that I have to use L_SetComment to go through whole tag index by a loop. Is it possible to generate a string stream or char array that contains all of comments, and write it to an image with L_SaveBitmap or other save methods just once? 

Thanks,

Urs


 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, October 4, 2007 4:25:08 AM(UTC)

BoydP  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

You can load the markers from the file using L_LoadMarkers, then call L_SetMarkers which will make the current thread use those markers for all L_SaveXXX functions until L_SetMarkers is called again.  Refer to the function L_LoadMarkers in the API help file for a small example.
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.059 seconds.