This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, August 25, 2010 11:16:26 PM(UTC)
Groups: Registered
Posts: 2
Hello,
I'm a evaluation user of the LEADTOOLS V17.
Now, I need a fast way to remove or clear all Meta aka EXIF informations from images.
I did'nt found it in the help or samples :O
How ist the best way to do this without change the quality or something els of the image.
thanx :)
#2
Posted
:
Thursday, August 26, 2010 3:25:08 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Which LEADTOOLS programming interface (Main OCX, .NET classes, DLL API, C++ Classes, etc.) are you using?
If you are using API, you can delete the tags using L_DeleteTag(pszFile, nPage, uTag, uFlags, pSaveOptions), but you will need to specify the tags you want to delete.
#3
Posted
:
Thursday, August 26, 2010 4:51:09 AM(UTC)
Groups: Registered
Posts: 2
#4
Posted
:
Friday, August 27, 2010 1:03:59 PM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
In the .NET classes, the equivalent method method is public void Leadtools.Codecs.RasterCodecs.DeleteTag(string fileName, int pageNumber, int id);
There is also a stream overload as well if you're using a file in memory.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
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.