On 04/30/2014 12:51 PM, Brion Vibber wrote:
- at upload time, perform a series of scales to produce the mipmap levels
- _don't consider the upload complete_ until those are done! a web uploader
or API-using bot should probably wait until it's done before uploading the next file, for instance...
- once upload is complete, keep on making user-facing thumbnails as
before... but make them from the smaller mipmap levels instead of the full-scale original
Would it not suffice to just produce *one* scaled down version (ie. 2048px) which the real-time scaler can use to produce the thumbs?
Regards,