#1
Posted
:
Monday, September 12, 2022 10:00:12 AM(UTC)
Groups: Registered
Posts: 10
I have LeadTools 16. I need to remove a TIFF tag from a memory file. It appears that DeleteTag is supported for LFile but not LMemoryFile. Any suggestions?
#2
Posted
:
Tuesday, September 13, 2022 8:47:39 AM(UTC)
Groups: Registered
Posts: 2
#3
Posted
:
Tuesday, September 13, 2022 8:48:13 AM(UTC)
Groups: Registered
Posts: 2
#4
Posted
:
Tuesday, December 5, 2023 8:03:36 AM(UTC)
Groups: Registered
Posts: 12
Thanks: 4 times
Originally Posted by: randy.subers I have LeadTools 16. I need to remove a TIFF tag from a memory file. It appears that DeleteTag is supported for LFile but not LMemoryFile. Any suggestions?
You can save the memory file to a temporary disk file, using LMemoryFile.SaveFile, then applying the DeleteTag method with LFile, and finally reloading the modified file back into memory using LMemoryFile.LoadFile.
I hope it helps.
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.