The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:App-ImageMagickUtils Image::MetaData::JPEG"

App::ImageMagickUtils - Utilities related to ImageMagick River stage one • 1 direct dependent • 1 total dependent

This distribution includes the following CLI utilities related to ImageMagick: 1. calc-image-resized-size 2. convert-image-to 3. convert-image-to-jpg 4. convert-image-to-pdf 5. convert-image-to-png 6. downsize-image 7. image-resize-notation-to-human ...

PERLANCAR/App-ImageMagickUtils-0.022 - 15 Jan 2024 09:19:02 UTC

png2jpg - Alias for convert-image-to-jpg River stage one • 1 direct dependent • 1 total dependent

This is a wrapper to "convert-image-to", with "--to" set to "jpg": % convert-image-to-pdf *.png is equivalent to: % convert-image-to --to jpg *.png which in turn is equivalent to: % for f in *.png; do convert "$f" "$f.jpg"; done...

PERLANCAR/App-ImageMagickUtils-0.022 - 15 Jan 2024 09:19:02 UTC

jpg2png - Alias for convert-image-to-png River stage one • 1 direct dependent • 1 total dependent

This is a wrapper to "convert-image-to", with "--to" set to "png": % convert-image-to-png *.jpg is equivalent to: % convert-image-to --to png *.jpg which in turn is equivalent to: % for f in *.jpg; do convert "$f" "$f.png"; done...

PERLANCAR/App-ImageMagickUtils-0.022 - 15 Jan 2024 09:19:02 UTC

img2png - Alias for convert-image-to-png River stage one • 1 direct dependent • 1 total dependent

This is a wrapper to "convert-image-to", with "--to" set to "png": % convert-image-to-png *.jpg is equivalent to: % convert-image-to --to png *.jpg which in turn is equivalent to: % for f in *.jpg; do convert "$f" "$f.png"; done...

PERLANCAR/App-ImageMagickUtils-0.022 - 15 Jan 2024 09:19:02 UTC

img2jpg - Alias for convert-image-to-jpg River stage one • 1 direct dependent • 1 total dependent

This is a wrapper to "convert-image-to", with "--to" set to "jpg": % convert-image-to-pdf *.png is equivalent to: % convert-image-to --to jpg *.png which in turn is equivalent to: % for f in *.png; do convert "$f" "$f.jpg"; done...

PERLANCAR/App-ImageMagickUtils-0.022 - 15 Jan 2024 09:19:02 UTC

downsize-image - Reduce image size, by default via compressing to JPEG quality 40 and downsizing to 1024p River stage one • 1 direct dependent • 1 total dependent

This utility uses convert utility to compress an image into JPEG with default quality of 40 and downsized to 1024p (shortest side to 1024px). Output filenames are: ORIGINAL_NAME.q40.jpg or (if downsizing is done): ORIGINAL_NAME.1024p-q40.jgp...

PERLANCAR/App-ImageMagickUtils-0.022 - 15 Jan 2024 09:19:02 UTC

convert-image-to - Convert images using ImageMagick's 'convert' utility, with multiple file support and automatic output naming River stage one • 1 direct dependent • 1 total dependent

This is a simple wrapper to ImageMagick's "convert" utility to let you process multiple files using a single command: % convert-image-to --to pdf *.jpg is basically equivalent to: % for f in *.jpg; do convert "$f" "$f.pdf"; done...

PERLANCAR/App-ImageMagickUtils-0.022 - 15 Jan 2024 09:19:02 UTC

convert-image-to-jpg - Convert images to JPG using ImageMagick's 'convert' utility River stage one • 1 direct dependent • 1 total dependent

This is a wrapper to "convert-image-to", with "--to" set to "jpg": % convert-image-to-pdf *.png is equivalent to: % convert-image-to --to jpg *.png which in turn is equivalent to: % for f in *.png; do convert "$f" "$f.jpg"; done...

PERLANCAR/App-ImageMagickUtils-0.022 - 15 Jan 2024 09:19:02 UTC

convert-image-to-png - Convert images to JPG using ImageMagick's 'convert' utility River stage one • 1 direct dependent • 1 total dependent

This is a wrapper to "convert-image-to", with "--to" set to "png": % convert-image-to-png *.jpg is equivalent to: % convert-image-to --to png *.jpg which in turn is equivalent to: % for f in *.jpg; do convert "$f" "$f.png"; done...

PERLANCAR/App-ImageMagickUtils-0.022 - 15 Jan 2024 09:19:02 UTC
9 results (0.048 seconds)