Please see all the thumbnails not showing up, specifically on https://commons.wikimedia.org/wiki/File:ETH-BIB-Hitzkirch-Bahnhof,_Mosterei-LBS_H1-015688.tif and more generally on https://commons.wikimedia.org/wiki/Commons_talk:CropTool#Problems_with_border_crop_on_tiff_files . For instance, https://upload.wikimedia.org/wikipedia/commons/thumb/archive/9/9e/20220728053118%21ETH-BIB-Hitzkirch-Bahnhof%2C_Mosterei-LBS_H1-015688.tif/lossless-page1-800px-ETH-BIB-Hitzkirch-Bahnhof%2C_Mosterei-LBS_H1-015688.tif.png shows up fine, but https://upload.wikimedia.org/wikipedia/commons/thumb/archive/9/9e/201220728053118%21ETH-BIB-Hitzkirch-Bahnhof%2C_Mosterei-LBS_H1-015688.tif/lossless-page1-1024px-ETH-BIB-Hitzkirch-Bahnhof%2C_Mosterei-LBS_H1-015688.tif.png gives me the following: Request from 24.185.206.49 via cp1078 cp1078, Varnish XID 929497283
Upstream caches: cp1078 int
Error: 404, Not Found at Thu, 28 Jul 2022 05:58:24 GMT
Description
Description
Event Timeline
Comment Actions
But on the Debian:Buster and Python3.7 (it will be a production version of Thumbor but now it is only on staging) I don't see this error locally and I successfully get the thumbnails of all these mentioned files. ImageMagick can already automatically convert RGB to grayscale than the ImageMagick version for Debian:Stretch - it is the version of OS that the current Thumbor production is based on.
The solution is to wait until the current version of Thumbor will be in production and this problem will disappear.
Hello @Jeff_G. It was interesting to work on this ticket because it was not really obvious what is going on with the mentioned files. I found nine buggy files.
I tested all files mentioned in the description of the ticket and the following link which goes to Commons_talk:CropTool.
I figured out that all thumbnails that we can't see even the preview fail with the next error on the production version of Thumbor -> RGB color space not permitted on grayscale PNG. I mean the thumbnails that look as in the screenshot below.
But on the Debian:Buster and Python3.7 (it will be a production version of Thumbor but now it is only on staging) I don't see this error locally and I successfully get the thumbnails of all these mentioned files. ImageMagick can already automatically convert RGB to grayscale than the ImageMagick version for Debian:Stretch - it is the version of OS that the current Thumbor production is based on.
The solution is to wait until the current version of Thumbor will be in production and this problem will disappear.