0
votes
2answers
45 views

shell command to get pixel size of an image

Is there a shell command that returns the pixel size of an image? I'm trying to produce an animated gif starting from different gifs with different sizes using convert (e.g. convert -delay 50 1.gif ...
0
votes
2answers
123 views

Command line convert webp to jpg?

I'm using ubuntu 12.04. I've installed libwebp2 & libwebp-dev So far, no example found on the net of converting webp to jpg. Some webp files can easily converted by using imagemagick with ...
5
votes
1answer
2k views

Open source duplicate image finder for Linux?

Is there a Free and Open Source duplicate image finder for Linux based systems? Finding exact duplicates (based on content, not file name) is sufficient for me, but the ability to find similar images ...
4
votes
1answer
304 views

Resize a very tiny xcf image without blurring or dithering it

I have some drawings I made with an Intuos tablet. All of these drawings are 25x35 or so. The color of each pixel was very carefully selected. They're kind of like 'miniatures.' I need to resize ...
1
vote
1answer
425 views

Change Linux boot logo

I want to change the penguin logo that appears on boot. I looked into it and found this command: pngtopnm nelogo.png | ppmquant -fs223| pnmtoplainpnm > logo_linux_clut224.ppm But when I tried it ...