Skip to content

Commit

Permalink
Minor formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
natecook1000 committed Nov 12, 2015
1 parent ad1a8d1 commit e87cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2014-09-15-image-resizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ Loading, scaling, and displaying a reasonably large (1024 ⨉ 1024 px 1MB PNG) r
- For general image scaling without any additional functionality, **`UIGraphicsBeginImageContextWithOptions`** is probably the best option.
- If image quality is a consideration, consider using **`CGBitmapContextCreate`** in combination with **`CGContextSetInterpolationQuality`**.
- When scaling images with the intent purpose of displaying thumbnails, **`CGImageSourceCreateThumbnailAtIndex`** offers a compelling solution for both rendering and caching.
- Unless you're already working with `vImage`, the extra work to use the low-level Accelerate framework for resizing doesn't pay off.
- Unless you're already working with **`vImage`**, the extra work to use the low-level Accelerate framework for resizing doesn't pay off.

0 comments on commit e87cb5a

Please sign in to comment.