-
Notifications
You must be signed in to change notification settings - Fork 857
Closed
Description
Thumbor request URL
http://thumbor-vbox/unsafe/fit-in/60x60/filters:no_upscale()/http://fake.net/cms/app/f/c/sg.png
Expected behaviour
The image should be scaled down:
Actual behaviour
The image appears mostly transparent, except around the edges:
This seems to have started since 6.3.0. 6.2.1 doesn't have the issue.
Operating system
NixOS
Your thumbor.conf
SECURITY_KEY = 'dummy'
ALLOW_UNSAFE_URL = True
LOADER = 'thumbor.loaders.http_loader'
STORAGE = 'thumbor.storages.no_storage'
THUMBOR_LOG_FORMAT = '%(asctime)s %(name)s:%(levelname)s %(message)s'
THUMBOR_LOG_DATE_FORMAT = '%Y-%m-%d %H:%M:%S %s'
QUALITY = 90
OPTIMIZERS = [
'thumbor.optimizers.jpegtran'
]
JPEGTRAN_PATH = '/nix/store/4ss2dmv9igk3z5xv88la9f38pzcdi2l6-mozjpeg-3.1/bin/jpegtran'
Siarhei-Hanchuk, marcfowler, felipemsantana, onassar and woxinqidai
Metadata
Metadata
Assignees
Labels
No labels