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

Provide an easier way to enable progressive image decoding #75

Closed
kean opened this issue Sep 12, 2015 · 1 comment
Closed

Provide an easier way to enable progressive image decoding #75

kean opened this issue Sep 12, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@kean
Copy link
Owner

kean commented Sep 12, 2015

No description provided.

@kean kean added the feature label Sep 12, 2015
@kean kean self-assigned this Sep 12, 2015
@kean kean added this to the 0.8.0 milestone Sep 12, 2015
@kean
Copy link
Owner Author

kean commented Sep 12, 2015

Progressive image decoding is not enabled/disabled globally

@interface DFImageManagerConfiguration (DFGlobalConfiguration)

/*! If YES allows progressive image decoding. Default value is NO.
 */
+ (void)setAllowsProgressiveImage:(BOOL)allowsProgressiveImage;

/*! If YES allows progressive image decoding. Default value is NO.
 */
+ (BOOL)allowsProgressiveImage;

@end

@kean kean closed this as completed Sep 12, 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