Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Change image size (Resize image) #1458

Closed
SebZar opened this issue Dec 7, 2022 · 10 comments
Closed

Change image size (Resize image) #1458

SebZar opened this issue Dec 7, 2022 · 10 comments

Comments

@SebZar
Copy link

SebZar commented Dec 7, 2022

Is your feature request related to a problem? Please describe.

We used previously IrfanView and there you have a function to resize the image.
We miss this function.

Describe the solution you'd like

Adding a new dialog/function for image resizing to change the size of the current image.

  • new size in pixel x * y
  • or new size in percent x%, y%
  • Keep ratio proportional

Describe alternatives you've considered

Additional context

@d2phap d2phap changed the title Change image size Change image size (Resize image) Apr 15, 2023
@leo-smi
Copy link

leo-smi commented Dec 7, 2023

Is this feature on the microsoft store version?

@d2phap
Copy link
Owner

d2phap commented Dec 7, 2023

Is this feature on the microsoft store version?

No, IG Store currently has the same features as the Classic release.

@tdbe
Copy link

tdbe commented Apr 16, 2024

I've never been more confused in my entire life. So ImageGlass, has an advanced, Adobe-grade, Cropping tool:

image

A tool which btw can re-encode and export to many advanced image formats.

but it CANNOT RESIZE AN IMAGE? Like, click button, enter resolution, click save? I thought I was missing something obvious. 🫠

Cannot imagine, what are the roadblocks for this feature?

@d2phap
Copy link
Owner

d2phap commented Apr 25, 2024

what are the roadblocks for this feature?

It does not align to (or has low priority) ImageGlass vision: an image viewer, not editor. The Flip/Rotate/Crop features have just added lately after many requests, not from the initial roadmap.

@Timmmmaaahh
Copy link

  • IrfanView: supports resizing
  • FastStone: supports resizing
  • XnView: supports resizing
  • Picturereflect: supports resizing
  • Honeyview: supports resizing
  • JPEGView: supports resizing
  • nomacs: supports resizing
    I could go on for a while, but you probably get the point: it's quite unusual for a 3rd party image viewer to not support resizing (but does support cropping for some reason). It should be their Random Slideshow Feature #1 priority to be on par with all other applications. I personally use ImageGlass mainly for viewing, and have occasionally missed this feature. I just solved it with the Image Resizer PowerToy.

@tdbe
Copy link

tdbe commented Apr 28, 2024

Yeah good points. I also had to start installing and explaining PowerToys to someone after failing to resize an image.

Basically was trying to brag to my gf, who is used to macs, that "it just works with this awesome default image viewer" but it doesn't 😅

PS: But ok I'm aware it's more than 0 effort to add resizing; you need to set up a few different resizing rule options etc.. But at least we already have the multiple image format rasterization support.

@donatopace
Copy link

Similar to:
#1830
with the addition of the resampling methods

@nicolafarina
Copy link

Cannot be more agree. It's an incredible missing feature!!!

d2phap added a commit that referenced this issue Nov 3, 2024
d2phap added a commit that referenced this issue Nov 3, 2024
d2phap added a commit that referenced this issue Nov 3, 2024
d2phap added a commit that referenced this issue Nov 3, 2024
@d2phap d2phap added this to the v9.2 milestone Nov 3, 2024
@d2phap
Copy link
Owner

d2phap commented Nov 4, 2024

Implemented in ImageGlass 9.2 Beta. You can access Resize tool from Main Menu > Tools > Resize image, or press Alt+R.

  • This tool utilizes https://photosauce.net library to scale the image
  • Supported scaling range: from 1 pixel to 16,384 pixels
  • Supports formats: single-frame non-animated formats
  • Supports resizing Clipboard image: paste an image from clipboard and resize
  • Works with Rotation, Flip features

After clicking "OK" button in the Resize tool, the image is scaled and updated on the viewer as "Clipboard image". It won't auto-save the image.

⚠️ Note:
   Similar to other editing features, saving resized image does not include its metadata such as exif profile.

image

@d2phap d2phap closed this as completed Nov 4, 2024
@leo-smi
Copy link

leo-smi commented Nov 5, 2024

Implemented in ImageGlass 9.2 Beta. You can access Resize tool from Main Menu > Tools > Resize image, or press Alt+R.

  • This tool utilizes https://photosauce.net library to scale the image
  • Supported scaling range: from 1 pixel to 16,384 pixels
  • Supports formats: single-frame non-animated formats
  • Supports resizing Clipboard image: paste an image from clipboard and resize
  • Works with Rotation, Flip features

After clicking "OK" button in the Resize tool, the image is scaled and updated on the viewer as "Clipboard image". It won't auto-save the image.

⚠️ Note:
   Similar to other editing features, saving resized image does not include its metadata such as exif profile.

image

thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

7 participants