Skip to content

Commit 2f5d1ca

Browse files
Jason-CookeNSProgrammer
authored andcommitted
docs: fix typo (#48)
1 parent e59dc4b commit 2f5d1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ images was the best route and led to *TIP*.
2323
- PJPEG images happen to be 10% smaller (on average) than their non-progressive counterparts
2424
- PJPEG is hardware decodable on iOS devices, just like non-progressive JPEG images
2525
- Resumable download support
26-
- If an image load is terminated (via failure or cancellation) when an image is partially loaded, the next load of that image should resume from where it left off saving on bytes needing to be transfered
26+
- If an image load is terminated (via failure or cancellation) when an image is partially loaded, the next load of that image should resume from where it left off saving on bytes needing to be transferred
2727
- Has a compounding benefit with Progressive JPEG as resuming an image that is partially loaded can render to screen with a progressive scan immediately while remaining bytes can be loaded to improve the quality
2828
- Support programmatically/manually storing images to the cache(s)
2929
- By being able to store images to the underlying cache(s), cases where images are uploaded can have those images in cache at the right location without having to make a fetch. (Ex// Post a Tweet with an image, that image can be stored to the cache before it is ever seen in the timeline making the timeline's fetch of that image immediate and avoids hitting the network.)

0 commit comments

Comments
 (0)