Results 1 to 9 of 9

Thread: Quick image resizing like MS-Paint?

  1. #1
    Join Date
    Aug 2013
    Beans
    2

    Quick image resizing like MS-Paint?

    Hello,

    I'm a less than a week Ubuntu user and i'm having a issue trying to complete an surely easy task: resize a simple JPEG image to shrink its size. Just for fb and forum postings.

    In the -not so- old times i used to run MS-Paint, took me just about 15 seconds to do that.

    In Ubuntu i just didn't find a app to do this: downloaded Gnome, Gimp and even Inkscape and nothing. The image viewers like "image viewer" and "ImageMagick" aparently doesn't have such possibility too.

    Sorry to ask such a dumb question, i realy loved the design of Ubuntu and how smoothly it works, but some silly features didn seem to get yet.

    Thanks a Lot.

    M.

  2. #2
    Join Date
    Nov 2008
    Location
    Toronto Canada
    Beans
    1,016
    Distro
    Ubuntu Mate 18.04 Bionic Beaver

    Re: Quick image resizing like MS-Paint?

    You can use this guide to install a right-click resize option:
    http://ubuntu-tips-tutorials.blogspo...ntu-right.html

  3. #3
    Join Date
    May 2012
    Beans
    40

    Re: Quick image resizing like MS-Paint?

    Mirage or Kolourpaint if you want something really similar to mspaint.

  4. #4
    Join Date
    Dec 2007
    Location
    /home
    Beans
    483

    Re: Quick image resizing like MS-Paint?

    Using GIMP:

    go to image > scale image

    and change the image size as needed.


    with imagemagick (which is a commandline tool, by the way):

    Code:
    cd /path/to/image
    convert -resize 000x000 image.extension newimagename.extension
    where 000x000 is the new size you want for it (like 1024x768 for example), and image.extension is the original filename and extension, and newimagename.extension is the new filename and extension.

    keeping the same filename wil overwrite original file.


    As far as I can remember, kolourpaint does have a resize option, although i'm not using KDE and i don't know it by heart.
    Don't eff with The Cult...

  5. #5
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Quick image resizing like MS-Paint?

    Krita is another option.
    Shotwell
    Gwenview
    gThumb
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  6. #6
    Join Date
    Sep 2011
    Location
    Pennsylvania, U.S.A.
    Beans
    3,068
    Distro
    Ubuntu Development Release

    Re: Quick image resizing like MS-Paint?

    I use GIMP for that. It may not be the fastest but once familiar it's fast enough for me. My method is a two step process. First load the image then image -> scale image -> pick a size - 800 X600 works pretty well for my purposes - click the 'scale' button. Next go to File -> export -> rename if you want to keep the original image then click the 'export' button. You'll be presented with a window where you can select the image quality. Higher number=better quality/larger file size. For most purposes 25 seems to work pretty well for me.

  7. #7
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: Quick image resizing like MS-Paint?

    +1 to command line tool. image magic can be installed by
    Last edited by raja.genupula; August 23rd, 2013 at 04:09 PM.
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  8. #8
    Join Date
    May 2012
    Beans
    4

    Re: Quick image resizing like MS-Paint?

    you can also use percentages with that

  9. #9
    Join Date
    Aug 2013
    Beans
    2

    Re: Quick image resizing like MS-Paint?

    Ok, people, Thanks a lot! Problem solved.

    I did the instalation of that app that allows me resize by clicking with a right click in the image thumbnail.

    Works a lot

Tags for this Thread

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
  •