Files
opencloud/services/thumbnails/pkg/thumbnail
Jannik Stehle d562d44edf fix(thumbnails): respect the requested height in libvips builds
The libvips generator passed 0 as the target height to vips_thumbnail,
so the value was rejected and dropped.

As a result, a preview of a 4000x5000 portrait image requested with e.g.
x=500&y=500 returned a ...x1920 image instead of a ...x1080 one, which
would be the next correct size in the pre-defined resolutions list. This
was due to the missing height, so it used the width (=1920) to determine
the longest side.

This also aligns it with the non-libvips behavior.
2026-08-20 19:11:28 +02:00
..
2026-04-23 17:11:55 +02:00
2025-01-13 09:58:18 +01:00
2026-04-23 09:31:11 +02:00
2026-04-23 09:31:11 +02:00
2025-05-22 09:19:50 +02:00
2026-04-23 09:31:11 +02:00