Category Archives: convert

Stacking some images with convert

Today I remembered I was reading on the web, somewhere I don’t remember, someone asked about stacking images that were grabbed from a webcam into one file, to create a kind of ghost effect. Playing around with ffmpeg and convert … Continue reading

Posted in convert, ffmpeg, linux | Comments Off on Stacking some images with convert

Convert PDF using linux

Convert at it again. I think I have posted something like this before, but ‘convert’ keeps being an amazing tool. Today converting Pdf’s into png picture format with: > convert -density <density in DPI> input.pdf -quality <quality ratio> output.png E.g. … Continue reading

Posted in convert, linux, pdf | Comments Off on Convert PDF using linux