Skip to content

Instantly share code, notes, and snippets.

View Sarmaged's full-sized avatar

Dmitrii Sagalov Sarmaged

View GitHub Profile
mogrify -strip -interlace Plane -quality 85% -background '#fff' -alpha remove -format jpg *.png
convert -strip -interlace Plane -quality 85% -background '#fff' -alpha remove source.png output.jpg
RETINA 2x 3x (40%)
mogrify -strip -interlace Plane -quality 40% -background '#fff' -alpha remove -format jpg *.png
convert -strip -interlace Plane -quality 40% -background '#fff' -alpha remove source.png output.jpg
-geometry x311 -> (height 311px)
@Sarmaged
Sarmaged / truth_table_A_B.md
Last active July 19, 2024 11:31
True / False
A && B
A B !A !B !A || !B !(A || B)