Find the answer to your Linux question:
Results 1 to 5 of 5
HI all, i have some files in .jpeg format ( snaps captured in tv )...and each file size is 30-35 kb . and i want to reduce those files to ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    45

    Thumbs up how to reduce file .jpez file

    HI all,

    i have some files in .jpeg format ( snaps captured in tv )...and each file size is 30-35 kb .

    and i want to reduce those files to 5 kb ...( without any resoulutio disturb )

    is there any utility in linux if yes please guide me how to use ?

  2. #2
    scm
    scm is offline
    Linux Engineer
    Join Date
    Feb 2005
    Posts
    1,044
    Well, jpegs are already compressed so you'll be hard pressed to make them 6 or 7 times smaller. GIMP is the utility of choice for manipulating image files, but you'll lose quality each time you save a jpeg - it's a lossy format.

  3. #3
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by packet View Post
    HI all,

    i have some files in .jpeg format ( snaps captured in tv )...and each file size is 30-35 kb .

    and i want to reduce those files to 5 kb ...( without any resoulutio disturb )

    is there any utility in linux if yes please guide me how to use ?
    As said, jpeg is one of those lousy compression alrogythms, just like any *peg thing, including mp3 and many more. Each time you save a jpeg file again, you lose a bit more, and more, and more, until your image ends being a white thing with a lot of black noise (for this you have to save it lots of times). Alternatively, you can crunch it directly by setting the quality while saving to 1%. Some programs instead of quality, has a parameter called "compression", which is not really compression but "how many info are you willing to lose?".

    In that case, level it up to 99% to destroy your image.

    To sum up, what you want is impossible (a house with all the accessories and commodities of the modern life, but that can fit into the space of a tent. You want a space saving of around 700%, which is by al means impossible, unless you are willing to lose some data, might it be damaging the image quality, or might it be by losing resolution).

  4. #4
    Just Joined!
    Join Date
    Feb 2008
    Posts
    45

    Thumbs up compress image

    i do not bother about image quality and losing resolution please how to reduce the file size to 5 KB and if u have any utilities please tell me ion steps.

    thanks

  5. #5
    scm
    scm is offline
    Linux Engineer
    Join Date
    Feb 2005
    Posts
    1,044
    GIMP. You can scale the image and change the resolution, and select the level of compression - the more you compress the smaller the resultant file and the lower the quality.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...