From 5afd9081d89b8580f1c769083eb5f68e38fd1733 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 9 May 2023 11:19:23 -0700 Subject: [PATCH] README: update URL of my personal imageproxy instance --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d1b07f7..eadbb60 100644 --- a/README.md +++ b/README.md @@ -63,16 +63,16 @@ source image][small-things], which measures 1024 by 678 pixels. Options | Meaning | Image --------|------------------------------------------|------ -200x | 200px wide, proportional height | 200x -x0.15 | 15% original height, proportional width | x0.15 -100x150 | 100 by 150 pixels, cropping as needed | 100x150 -100 | 100px square, cropping as needed | 100 -150,fit | scale to fit 150px square, no cropping | 150,fit -100,r90 | 100px square, rotated 90 degrees | 100,r90 -100,fv,fh | 100px square, flipped horizontal and vertical | 100,fv,fh -200x,q60 | 200px wide, proportional height, 60% quality | 200x,q60 -200x,png | 200px wide, converted to PNG format | 200x,png -cx175,cw400,ch300,100x | crop to 400x300px starting at (175,0), scale to 100px wide | cx175,cw400,ch300,100x +200x | 200px wide, proportional height | 200x +x0.15 | 15% original height, proportional width | x0.15 +100x150 | 100 by 150 pixels, cropping as needed | 100x150 +100 | 100px square, cropping as needed | 100 +150,fit | scale to fit 150px square, no cropping | 150,fit +100,r90 | 100px square, rotated 90 degrees | 100,r90 +100,fv,fh | 100px square, flipped horizontal and vertical | 100,fv,fh +200x,q60 | 200px wide, proportional height, 60% quality | 200x,q60 +200x,png | 200px wide, converted to PNG format | 200x,png +cx175,cw400,ch300,100x | crop to 400x300px starting at (175,0), scale to 100px wide | cx175,cw400,ch300,100x The [smart crop feature](https://godoc.org/willnorris.com/go/imageproxy#hdr-Smart_Crop) can best be seen by comparing crops of [this source image][judah-sheets], with @@ -80,8 +80,8 @@ and without smart crop enabled. Options | Meaning | Image --------|------------------------------------------|------ -150x300 | 150x300px, standard crop | 200x400,sc -150x300,sc | 150x300px, smart crop | 200x400 +150x300 | 150x300px, standard crop | 200x400,sc +150x300,sc | 150x300px, smart crop | 200x400 [judah-sheets]: https://judahnorris.com/images/judah-sheets.jpg @@ -90,7 +90,7 @@ image][material-animation] resized to 200px square and rotated 270 degrees: [material-animation]: https://willnorris.com/images/imageproxy/material-animations.gif -200,r270 +200,r270 ## Getting Started ##