We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#apply
1 parent 89a1629 commit 3b870f2Copy full SHA for 3b870f2
doc/minimagick.md
@@ -492,6 +492,7 @@ ImageProcessing::MiniMagick
492
resize_to_limit: [400, 400],
493
convert: "jpg",
494
saver: { quality: 100 },
495
+ loader: { define: { jpeg: { size: "1600x1600" } } }
496
)
497
# ...
498
```
doc/vips.md
@@ -490,6 +490,7 @@ ImageProcessing::Vips
490
491
+ loader: { shrink: 1.5 }
0 commit comments