LEADTOOLS Support
Imaging
Imaging SDK Questions
Objective-C: Reading Annotations from a TIFF File
#1
Posted
:
Friday, September 24, 2021 12:26:31 PM(UTC)
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?
LEADTOOLS Support
Imaging
Imaging SDK Questions
Objective-C: Reading Annotations from a TIFF File
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.