LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compression
#2
Browse to the folder where your image is located. Then right click an empty spot and select "Open in Terminal" from the dropdown menu.


Then copy and paste the following Terminal command:


Code:
convert -strip -interlace Plane -gaussian-blur 0.05 -quality 90% breeding.jpg breeding2.jpg


The command above will compress the image to 90% quality and save it in the same location as the source image as a copy breeding2.jpg - Note that I did not use -resize WxH - that option is only used if you are trying to resize the image instead of compressing it.


For many more ImageMagick options, type convert --help in a Terminal window and have a blast Smile
https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

[Image: AGxgqJ6.png]
Reply


Messages In This Thread
Compression - by liteuser1 - 12-02-2017, 12:45 AM
Re: Compression - by ralphy - 12-02-2017, 01:32 AM
Re: Compression - by liteuser1 - 12-02-2017, 01:39 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)