hennig-lab / hennig-lab.github.io

lab homepage
https://www.henniglab.org/
MIT License
0 stars 0 forks source link

image converting script #14

Closed mobeets closed 7 months ago

mobeets commented 8 months ago

for each image:

mobeets commented 8 months ago

convert -resize 300x img_in.png img_out.png this will convert to a width of 300px (if you want a height of 300px, you say x300 instead)

the making square thing is more subtle, so i'm just gonna not do that