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 : Friday, September 24, 2021 12:26:31 PM(UTC)
George B.

Groups: Registered
Posts: 2


My app receives TIFF files with Annotations in the header which I need to turn into annotation objects.
Reading the tag is easy enough:
Code:

// get the annotation data, if any. show an error upon failure.
    LTRasterTagMetadata *metadata = [rasterCodecs readTag: LTRasterTagMetadataAnnotationTiff
                                                 fromFile: filename
                                               pageNumber: 1
                                                    error: &error];

but what do I do next?
Is there an ObjC API to turn the metadata.data (which is an NSData* type. More specifically an OS_dispatch_data*) into a collection of AnnCodec objects?
 

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.

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.041 seconds.