Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Enable progressive decoding by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jun 3, 2021
1 parent adfe139 commit b607926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core/ImagePipelineConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ extension ImagePipeline {
/// The decoder used by the image loading session determines whether
/// to produce a partial image or not. The default image decoder
/// (`ImageDecoder`) supports progressive JPEG decoding.
public var isProgressiveDecodingEnabled = false
public var isProgressiveDecodingEnabled = true

/// `false` by default. If `true`, the pipeline will store all of the
/// progressively generated previews in the memory cache. All of the
Expand Down

0 comments on commit b607926

Please sign in to comment.