Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Progressive image decoding #28

Closed
kean opened this issue Jul 20, 2015 · 3 comments
Closed

Progressive image decoding #28

kean opened this issue Jul 20, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@kean kean added the feature label Jul 20, 2015
@kean kean self-assigned this Jul 20, 2015
@kean kean added this to the 0.5.1 milestone Jul 20, 2015
@kean kean modified the milestones: 0.6.0, 0.7.0 Aug 8, 2015
@kean
Copy link
Owner Author

kean commented Aug 11, 2015

Changes:

  • Add allowsProgressiveImage property to DFImageRequestOptions
  • Add progressiveImageHandler to DFImageTask
  • Add allowsProgressiveImage and progressiveImageDecodingThreshold properties to DFImageManagerConfiguration
  • Add NSData argument to DFImageFetchingProgressHandler
  • Implement progressive image decoding in DFImageManagerImageLoader
  • Use progressiveImageHandler block in "UIImageView+DFImageManager" category and DFImageView, DFImageView no longer supports composite requests (that's very application specific)

Decoding:

  • Add DFProgressiveImageDecoder (private class)

Processing:

  • Enable processing of progressively decoded partial images; Results are not stored into memory cache
  • Add BOOL partial argument to DFImageProcessing protocol methods

@kean
Copy link
Owner Author

kean commented Aug 15, 2015

Depends on #46

@kean kean changed the title Progressive JPEG Progressive image decoding Aug 16, 2015
@kean
Copy link
Owner Author

kean commented Aug 23, 2015

Done

@kean kean closed this as completed Aug 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant