| /dokuwiki/_test/tests/inc/ |
| H A D | media_resize.test.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/vendor/splitbrain/slika/src/ |
| H A D | ImageMagickAdapter.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| H A D | Adapter.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| H A D | ImageInfo.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| H A D | GdAdapter.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/inc/Cache/ |
| H A D | CacheImageMod.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/_test/tests/File/ |
| H A D | MediaFileTest.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/_test/tests/Ui/Media/ |
| H A D | DisplayTest.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/inc/Ui/Media/ |
| H A D | Display.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/inc/File/ |
| H A D | MediaFile.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/vendor/composer/ |
| H A D | installed.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| H A D | installed.json | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/inc/Ui/ |
| H A D | MediaDiff.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/ |
| H A D | composer.json | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| H A D | composer.lock | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/lib/exe/ |
| H A D | fetch.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| /dokuwiki/inc/ |
| H A D | media.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|
| H A D | template.php | c3a14f677ee1ae0cdba278e7ba21602e6cabba18 Mon Jul 06 20:08:45 UTC 2026 Andreas Gohr <gohr@cosmocode.de> fix(media): don't upscale small images in the detail previews
The detail page, media manager and media diff requested a bounding-box resize at the full box size, so an image smaller than the box was enlarged and fetch.php generated and cached the upscaled copy.
slika 1.2 adds an $upscale option to resize/crop. getDisplayDimensions() now takes a $fit flag mirroring fetch.php one to one and predicts the matching no-upscale dimensions, media_resize_image()/media_mod_image() forward $upscale, and fetch.php disables upscaling for fit=1 requests. In-page image scaling is unchanged.
|