This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, February 8, 2007 4:19:13 AM(UTC)
Groups: Registered
Posts: 6
Hi I was wondering if there was a way to remove EXIF tags from .jpgs. Pagemaker tends to choke on images that have this information, and unfortunately we are using Pagemaker.
Thanks for the help,
Allan Hensley
GMTI
#2
Posted
:
Sunday, February 11, 2007 7:02:34 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Allan,
There is a way to remove the tags from a JPG images. The
information about this depends on which LEADTOOLS programming interface you are
using (API, COM Objects, .NET Class library, etc.) and which version of
LEADTOOLS (13, 14, 15 etc.)
#3
Posted
:
Monday, March 5, 2007 11:00:11 AM(UTC)
Groups: Registered
Posts: 6
Sorry about the lack of info, I am using version 15, the .Net class libraies, developing in C#.
Thanks,
Allan Hensley
#4
Posted
:
Wednesday, March 7, 2007 12:02:59 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Allan,
You can use the DeleteTag method to delete tag from a file, if the file supports tags.
You can find a C# code sample in the topic "DeleteTag Method" in LEADTOOLS v15 .NET help file.
#5
Posted
:
Wednesday, March 7, 2007 5:23:02 AM(UTC)
Groups: Registered
Posts: 6
Thanks I'll give it a go.
#6
Posted
:
Thursday, March 8, 2007 4:40:19 AM(UTC)
Groups: Registered
Posts: 6
I don't think this is going to help me. From the help file: "Deletes an existing tag from the ICC profile and returns it to the user." I am looking to remove the EXIF tags from a .jpg image in order to make the image compliant with Pagemaker. I don't think what I need to do involves ICC profiles.
#7
Posted
:
Monday, March 12, 2007 6:03:01 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You need to use the "codecs.DeleteTag"
method not the "iccProfile.DeleteTag" method
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.