djpetti / MALLARD

Store image objects to MinIO object storage and metadata to MySQL database. Easily store and retrieve using metadata.
Apache License 2.0
0 stars 0 forks source link

Increase speed of upload thumbnail generation #2

Open djpetti opened 1 year ago

djpetti commented 1 year ago

Currently, thumbnail generation is bottlenecking uploads with high-resolution images.

I think Pica supports some options to do nearest-neighbor downsampling and stuff like that, but I haven't really investigated it.