Help, I can't rotate the orientation of a picture using ImageMagic.
$ convert IMG_7593.jpg -rotate 90 IMG_7593.jpg
convert: no decode delegate for this image format `JPEG' @ error/constitute.c/ReadImage/562.
convert: no images defined `IMG_7593.jpg' @ error/convert.c/ConvertImageCommand/3273.
~$ convert --version
Version: ImageMagick 7.0.9-21 Q16 i686 2020-02-03 https://imagemagick.org
Copyright: © 1999-2020 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib cairo fontconfig freetype jng jpeg lcms ltdl lzma pangocairo png rsvg tiff webp x xml zlib
tc@box:~$ tce-load -i bzlib
bzlib.tcz not found!
tc@box:~$ tce-load -i cairo
cairo is already installed!
tc@box:~$ tce-load fontconfig
Version 11.0
Usage: tce-load [ -i -w -wi -wo -wil -ic -wic -wicl]{s} extensions
-i Loads local extension
-w Download extension only
-wi Download and install extension
-wo Download and create an ondemand item
Adding -c to any -i option will force a one time copy to file system
Adding -l to any -i option indicates load only - do not update onboot or ondemand
Adding -s to any option will suppress OK message used by apps GUI
Example usage:
Load local extension:
tce-load -i /mnt/hda1/tce/optional/nano.tcz
Download into tce/optional directory, updates OnBoot and installs:
tce-load -w -i nano.tcz
Download only into tce/optional directory:
tce-load -w nano.tcz
tc@box:~$ tce-load -i fontconfig
fontconfig is already installed!
tc@box:~$ tce-load -i freetype
freetype is already installed!
tc@box:~$ tce-load -i jng
jng.tcz not found!
tc@box:~$ tce-load -i lcms
lcms.tcz not found!
tc@box:~$ tce-load -i ltdl
ltdl.tcz not found!
tc@box:~$ tce-load -i lzma
lzma.tcz not found!
tc@box:~$ tce-load -i pangocairo
pangocairo.tcz not found!
tc@box:~$ tce-load -i png
png.tcz not found!
tc@box:~$ tce-load -i rsvg
rsvg.tcz not found!
tc@box:~$ tce-load -i tiff
tiff.tcz not found!
tc@box:~$ tce-load -i webp
webp.tcz not found!
tc@box:~$ tce-load -i xml
xml.tcz not found!