Prototypology/Transcodology-1: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 2: Line 2:


==The fancy and hard way==
==The fancy and hard way==
 
By using [https://imagemagick.org/script/convert.php Convert] (part of ImageMagick]
<pre>
convert input.jpg -resize 100x100 output.jpg
</pre>


==The easy way==
==The easy way==
Using [https://www.gimp.org/ gimp]


==Further links==
==Further links==
[[Small-files|Old wiki page]]
[[Small-files|Old wiki page]]
[https://www.simplethread.com/why-your-website-should-not-use-dithered-images/ | interesting overview]
[https://www.simplethread.com/why-your-website-should-not-use-dithered-images/ | interesting overview]

Revision as of 09:42, 26 November 2024

How to compress images?

The fancy and hard way

By using Convert (part of ImageMagick]

convert input.jpg -resize 100x100 output.jpg

The easy way

Using gimp

Further links

Old wiki page | interesting overview