Nuke v8.0-beta.3 Release Notes

Release Date: 2019-06-02 // almost 5 years ago
  • #257 Image Processing Improvements

    • ๐Ÿ”จ Refactor the existing processors
    • โž• Add new ImageProcessor.Crop, previously cropping was an option in ImageProcessor.Resize and there was a known defect when cropping images smaller than the target size which is fixed in the new implementation
    • ๐ŸŽ Make ImageProcessor.Resize and ImageProcessor.Crop available on macOS
    • โž• Add CustomStringConvertible implementations for each image processor
    • โž• Add documentation for image processors

    โช #259 Revert Addition of ImageTaskDelegate

    • ๐Ÿš€ ImageTaskDelegate was a new API introduced in Nuke 8.0-beta.1 to improve the pipeline performance. After some extensive profiling it was clear that this change wasn't truly worth the increased complexity and the changes in the established public API, thus this change was reverted.