You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Compression

Author (Read 2029 times)

0 Members and 1 Guest are viewing this topic.

Re: Compression
« Reply #3 on: December 01, 2017, 08:39:15 PM »
 

liteuser1

  • New to Forums
  • *
  • 3
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: AMD A4-6300APU

  • MEMORY: 4Gb

  • VIDEO CARD: Radeon HD Graphics
ralphy, cheers for the reply and help. You explained it perfectly for me. I will go to the terminal and type convert --help and read on.
 

Re: Compression
« Reply #2 on: December 01, 2017, 08:32:19 PM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile
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: [Select]
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 :)
https://unlockforus.com

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

 

Compression
« Reply #1 on: December 01, 2017, 07:45:39 PM »
 

liteuser1

  • New to Forums
  • *
  • 3
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: AMD A4-6300APU

  • MEMORY: 4Gb

  • VIDEO CARD: Radeon HD Graphics
Hello, i am try to compress some images with imagemagick for my website but getting a bit confused what to type in terminal.

On google`s website https://developers.google.com/speed/docs/insights/OptimizeImages  it shows this --> INPUT.gif_or_png -strip [-resize WxH] [-alpha Remove] OUTPUT.png.

One of my images i need to compress is breeding.jpg. Any help would be appreciated.

liteuser1.

 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section