Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: how to simply shrink a photo

  1. #1
    Join Date
    Nov 2007
    Beans
    170
    Distro
    Ubuntu 10.04 Lucid Lynx

    how to simply shrink a photo

    got some jpg photos that are too big for my phone, want to shrink the files to transfer, is there a simple way to do that? (gimp is not working/too complicated for me to comprehend)

    Fspot doesn't seem to have an option for this.

    Thanks for looking.
    I feel... unusual

  2. #2
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: how to simply shrink a photo

    imagemagick is probably the package you want. Then something like:
    Code:
    convert -resize 100x100 picture.jpg
    Last edited by The Cog; August 3rd, 2012 at 11:17 PM.

  3. #3
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: how to simply shrink a photo

    Hi karrank%.

    If you don't mind using the terminal, it is very easy:
    Code:
    convert  original.jpg -resize 640x480  new_shrink.jpg
    Regards.

  4. #4
    hakermania's Avatar
    hakermania is offline Τώρα ξέρεις τι γράφω εδώ!
    Join Date
    Aug 2009
    Location
    Greece
    Beans
    1,705
    Distro
    Ubuntu Development Release

    Re: how to simply shrink a photo

    Ah, Gimp isn't so complicated as for the resize option:
    Just open the image, click on the resize:

    Do the resize and notice the values (X,Y):

    After the resize, give Ctrl+N to create a new image and give it the last values. Then Ctrl+C the resized image and Ctrl+V to the newly created image. Data! Save the image and you're done.

    Alternative, if you still don't like it:
    Code:
    sudo apt-get install imagemagick
    convert input.png -resize 100x100 output.png

  5. #5
    Join Date
    Nov 2007
    Beans
    170
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to simply shrink a photo

    Thanks, you folks are the greatest!

    Installed fotoxx while I was looking around and did a one-button resize which seemed to work--

    Will look into imagemagick soon.
    I feel... unusual

  6. #6
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: how to simply shrink a photo



    Please mark this thread as solved (read here), when you have the chance.

    Regards.

  7. #7
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: how to simply shrink a photo

    I downloaded two different image resizer into Nautilus using synaptic. But I do not remember which is which and I prefer one.

    nautilus-image-manipulator.
    It is highly inspired by Nautilus Image Converter:
    http://www.bitron.ch/software/nautil...-converter.php

    nautilus-image-converter
    This package adds a "Resize Images..." menu item to
    the context menu of all images. This opens a dialog
    where you set the desired image size and file name.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  8. #8
    Join Date
    Nov 2007
    Beans
    170
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to simply shrink a photo

    papibe, thanks for reminding me, several other fora (unrelated to this) I frequent don't have this option.
    I feel... unusual

  9. #9
    Join Date
    Jun 2012
    Beans
    301

    Re: how to simply shrink a photo

    SHOTWELL gives an option to RESIZE when you save as. has cropping tool, nice basic stuff

    what we need is IRFANVIEW for Linux
    Last edited by mike acker; August 13th, 2012 at 07:44 PM.

  10. #10
    Join Date
    Apr 2011
    Location
    New Hampshire
    Beans
    66
    Distro
    Ubuntu Development Release

    Re: how to simply shrink a photo

    Quote Originally Posted by mike acker View Post
    SHOTWELL gives an option to RESIZE when you save as. has cropping tool, nice basic stuff

    what we need is IRFANVIEW for Linux
    I use irFanview in Ubuntu....just install wine/winetricks and then use winetricks to install atmlib, mfc42, msxml4, vcrun2005 & vcrun6. Without one or more of those windows add-ons, irfanview will not install.
    Attached Images Attached Images

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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