Re: Loading very large image files (>10GB)
Re: Loading very large image files (>10GB)
- Subject: Re: Loading very large image files (>10GB)
- From: Jean-Daniel <email@hidden>
- Date: Tue, 5 Dec 2017 21:28:46 +0100
UIImage is optimized to read pixel from disk at draw time and can be used to
downsample a large image progressively (
https://developer.apple.com/library/content/samplecode/LargeImageDownsizing/Introduction/Intro.html
)
I guess NSImage can do something similar. If not, this can probably be done
using CGImageSource API.
> Le 4 déc. 2017 à 03:06, Rick Mann <email@hidden> a écrit :
>
> Is there support in NSImage[View]/Core Image for loading and displaying very
> large images (TIFF files larger than 10 GB)? I'm having trouble googling for
> an answer.
>
> --
> Rick Mann
> email@hidden
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden