github kean/Nuke 10.1.0
Nuke 10.1

latest releases: 12.6.0, 12.5.0, 12.4.0...
2 years ago
  • Enable progressive decoding by default – it can now be done without sacrificing performance in any meaningful way. To disable it, set isProgressiveDecodingEnabled to false.
  • Enable storing progressively decoding previews in the memory cache by default (isStoringPreviewsInMemoryCache)
  • Add isAsynchronous property to ImageDecoding that allows slow decoders (such as custom WebP decoder) to be executed on a dedicated operation queue (the existing imageDecodingQueue), while allowing fast decoders to be executed synchronously
  • Add entryCostLimit property to ImageCache that specifies the maximum cost of a cache entry in proportion to the costLimit. 0.1, by default.

Don't miss a new Nuke release

NewReleases is sending notifications on new releases.