The image-manipulation tag has no wiki summary.
6
votes
3answers
1k views
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 ...