• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Loading very large image files (>10GB)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Loading very large image files (>10GB)
      • From: Rick Mann <email@hidden>
References: 
 >Loading very large image files (>10GB) (From: Rick Mann <email@hidden>)

  • Prev by Date: Re: NSString equivalent of CFSTR macro?
  • Next by Date: Re: Loading very large image files (>10GB)
  • Previous by thread: Loading very large image files (>10GB)
  • Next by thread: Re: Loading very large image files (>10GB)
  • Index(es):
    • Date
    • Thread