Compare commits

...

2 commits

Author SHA1 Message Date
2194bf4598 Photos: use -strip -interlace Place & regenerate
(thanks TWal!)
2021-02-27 23:47:56 +01:00
419bff2a9a Pirozhok : ajout de photo 2021-02-27 23:46:54 +01:00
8 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ veganness: vege
portions: portions:
qt: 12 qt: 12
name: pièces name: pièces
photo: pirozhok
ingredients: ingredients:
- catname: pâte à brioche - catname: pâte à brioche
ingredients: ingredients:

View file

@ -2,7 +2,7 @@ PHOTOS_ORIG = $(wildcard *.orig.jpg)
PHOTOS_MIN = $(patsubst %.orig.jpg,%.min.jpg,$(PHOTOS_ORIG)) PHOTOS_MIN = $(patsubst %.orig.jpg,%.min.jpg,$(PHOTOS_ORIG))
MIN_WIDTH = 800 MIN_WIDTH = 800
CONVERT_OPTIONS = -quality 75 CONVERT_OPTIONS = -quality 75 -strip -interlace Plane
all: $(PHOTOS_MIN) all: $(PHOTOS_MIN)

Binary file not shown.

Before

(image error) Size: 679 KiB

After

(image error) Size: 655 KiB

Binary file not shown.

Before

(image error) Size: 457 KiB

After

(image error) Size: 447 KiB

Binary file not shown.

After

(image error) Size: 59 KiB

Binary file not shown.

After

(image error) Size: 128 KiB

Binary file not shown.

Before

(image error) Size: 586 KiB

After

(image error) Size: 551 KiB

Binary file not shown.

Before

(image error) Size: 554 KiB

After

(image error) Size: 529 KiB