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, August 25, 2010 11:16:26 PM(UTC)
DevMarkus

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 :)
 

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, August 26, 2010 3:25:08 AM(UTC)

Basel  
Guest

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)
DevMarkus

Groups: Registered
Posts: 2


I use the .NET classes!
 
#4 Posted : Friday, August 27, 2010 1:03:59 PM(UTC)

Walter  
Walter

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.
LEAD Logo
 
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.110 seconds.