The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
1k views

Batch delete exif info

How can I recursively remove the EXIF info from several thousand JPG files?
4
votes
4answers
6k views

pdf to jpg without quality loss; gscan2pdf

When I convert a pdf file to bunch of jpg files using convert -quality 100 file.pdf page_%04d.jpg I have appreciable quality loss. However if I do the following, there is no (noticeable) quality ...
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 ...
3
votes
2answers
451 views

Oneliner for slicing an image?

I'm looking for a oneliner command that would slice an image into given proportions. Say input would be filename and slice dimensions. Are there any standard command-line tools for this? I tried ...