optimise image
This commit is contained in:
parent
c8c09b9c42
commit
669045e9c2
Binary file not shown.
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 104 KiB |
@ -34,8 +34,8 @@ for IMAGE in $IMAGES; do
|
|||||||
# Create the preview. This should be a 2 fifths resolution version of the original image
|
# Create the preview. This should be a 2 fifths resolution version of the original image
|
||||||
convert $IMAGE -resize 40% $PREVIEW
|
convert $IMAGE -resize 40% $PREVIEW
|
||||||
elif [ $WIDTH -gt 720 ] || [ $HEIGHT -gt 720 ]; then
|
elif [ $WIDTH -gt 720 ] || [ $HEIGHT -gt 720 ]; then
|
||||||
# Create the preview. This should be a half resolution version of the original image
|
# Create the preview. This should be a 3 quarters resolution version of the original image
|
||||||
convert $IMAGE -resize 50% $PREVIEW
|
convert $IMAGE -resize 75% $PREVIEW
|
||||||
else
|
else
|
||||||
# Create the preview. This should be the original image
|
# Create the preview. This should be the original image
|
||||||
cp $IMAGE $PREVIEW
|
cp $IMAGE $PREVIEW
|
||||||
|
Loading…
x
Reference in New Issue
Block a user