pinterest / PINRemoteImage

A thread safe, performant, feature rich image fetcher
Apache License 2.0
4.01k stars 511 forks source link

Fix memory cache content in README #530

Closed OhKanghoon closed 4 years ago

OhKanghoon commented 5 years ago

we estimate the size of one hundred 600x600 images as our max memory image cache.

600pt x 600pt

You have to multiply the scale by both width and height.