Project Managment

week 2

pack to project managment

ImageMagick

ImageMagick® is am open source software that makes you able to create, edit, compose, or convert digital images.It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, WebP, HEIC, SVG, PDF, DPX, EXR and TIFF. ImageMagick can resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

Image magick

Download ImageMagick

what makes image magick the best choice is

you can download image magick from [here]{https://imagemagick.org/script/download.php#windows)

download

Add ImageMagick to path

after downloading image magic now its time install it and to add it to the path in order to use it in command line

install01

here to make sure that you check the option for adding it to path ,

install02

then click install install03

image magicks in command line

to use image magicks from command line follow these steps

install02

Identify

You can call imagemagick in the command line by typing magick before and task here I used the command identify to describe the format and characteristics of one or more image files. 1.png PNG 773x409 773x409+0+0 8-bit sRGB 86243B 0.000u 0:00.005

By default, magick identify provides the following output: Filename[frame #] image-format widthxheight page-widthxpage-height+x-offset+y-offset colorspace user-time elapsed-time

The file is PNG format The size in pixels is 773x409 and each pixel is 8-bit The color profile is sRGB

identify

Resize images

magick convert -resize 1280x720

convert

Now I resized all my image and put them in a file to be uploaded and

resize

images quality

also I can make the quality by type –quality and I can notice here that the image size drubbed from 224 KB to 226 KB

quality01 quality02

References

Anatomy of the Command-line

Command-line Tools

Command-line Options

Next

project managment thumbnail
Tutorial 04

learn how to resize ,compress, trim video with image ffmpeg in command line

View
project managment thumbnail
Tutorial 05

learn to use Text editor to write code for website

View