const THUMBNAIL_DIMENSIONS_THRESHOLD: u32 = 200;
Expand description
The dimension threshold in pixels before we start to generate a thumbnail.
If the original image is larger than thumbnail_dimensions + threshold, we assume it’s worth it to generate a thumbnail.