-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageMagick recipes #311
Comments
Very basic, but these are ones I have used: Resize specifying new width: Create grid of images: |
I use the mogrify command for resizing:
Specify either width, height or both - new files end up in the resized folder. You can even use a percentage of the size in place of the number of pixels. |
Create thumbnails of images:
Using convert command, but don't think it likes wildcards:
|
Remove (strip) exif data, place new files in stripped folder:
|
Post any image surgery, it's nice to run compare, analogous to framemd5
Lots of different metrics available It also creates an image of the differences between the two you're comparing, but I throw that away (null:) |
I actually tried this using Graphicsmagick but it should work the same in IM: i was using grep to isolate the value:
It was handy to verify an ffmpeg DPX patch (noone's replied to me yet and I'm expecting Carl Eugen to say this is all a terrible idea) https://patchwork.ffmpeg.org/patch/7598/ |
Added all the ones discussed above unless they were similar, so I am gonna close this issue. But more recipes are very welcome and can be added in the traditional ways (making an issue or a PR). Thanks everybody who contributed! |
As discussed in #310 and #309, we'd like to add an ImageMagick section to ffmprovisr, but we need recipes! Please share small scripts here!
The text was updated successfully, but these errors were encountered: