Skip to content

Image Resizer

43 results found

  1. allow for default settings to be applied to all images

    Define default configurations to be applied to all images on the website unless overwritten.

    E.g. define a default max-size which would result all images on the website to be resized to the specified size without adding any query string parameters.

    38 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Keep EXIF info when resizing.

    Besides using ImageResizer for scaling images I'm planning to use it to re-size large images after upload before i write it to disk.

    I would very much appreciated if there would be an option to preserve the exif info in the image if there are any. I will use the rotation and geolocation information later on.

    33 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Movie frame support (via ffmpeg)

    Create a plugin which allows individual frames of a movie to be extracted and used as images. Will wrap ffmpeg, supporting the same formats as ffmpeg.

    25 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Create a RoundedCorners plugin

    Create a plugin that allows images to be drawn with rounded corners.

    22 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Add checkForModifiedFiles configuration setting (like the one from S3Reader) to AzureReader2

    S3Reader2 and AzureReader2 are both plugins for working with images in cloud storage, the former for Amazon S3 and the latter for Windows Azure Storage.

    S3Reader2 has a configuration setting named "checkForModifiedFiles". From the documentation "If true, S3Reader which check for updated source files on S3 when a cached file is requested. The metadata is cached for an hour after it is last accessed (configurable by code). If false, S3 will never be checked for newer versions of cached files, reducing latency costs by 50%. Defaults to false."

    I would like to have this functionality in the AzureReader2 plugin.

    See…

    20 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Create MVC helper methods for generating urls

    Create HtmlHelper extensions to generate URLs for the Image Resizing Module.

    15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Create the RemoteSiteReader plugin

    Create the RemoteSiteReader plugin so remotely hosted images can be resized. Note: due to the download latency, uncached performance will be poor.

    14 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. PDF Support

    Add support for converting PDFs to Jpeg/PNG format and resizing them.

    Likely would be based on the Ghostscript.Net library

    14 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Sorry for the delay. Due to licensing problems, Jason had to re-implement the plugin before he could share it. I’ve merged it into the codebase, and it will be included in the next release.

    He has done a fantastic job on the plugin, and I’m really thankful that he took the time to write it twice so we could use it.

    The plugin will be released under the GPL, as is required by the Ghostscript library which it uses. Make sure you understand the license, as it may be a problem some users.

  9. Add the capability to output interlaced PNGs

    There are some great advantages to interlaced pngs (http://nuwen.net/png.html) and, if you notice, what sites like Facebook use when viewing images. It doesn't make the file size any smaller, but it lets the user see the image a lot quicker -- when we're viewing a lot of image thumbnails, this is pretty useful.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    completed  ·  Nathanael Jones responded

    Completed. Search the NuGet repository for ImageResizer, you will get 3 or more results. You can even use ImageResizer.WebConfig to automate the changes that are needed to your web.config file.

  11. Image Resizer for WebMatrix PLEASE !

    Image resizer is a great tool, BUT I will recommend that somebody do a tutorial on how to use it in WebMatrix. Yea, I understand Webmatrix is for beginners, BUT this tool is great for cranking out demos and proof of concept sites that Pros use Webmatrix for.
    Yea, I use Visual Studio for most of my real work, BUT like many of team mates, we use Webmatix as a starting point. IMO, it's the best code editor out there

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. read exif information from files when resizing

    and use it to automatically rotate the resized image

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Dual license everything under the AGPL

    A lot of companies seem to be dual-licensing libraries under the GPL or AGPL - not the LGPL. Frankly, it seems kind of useless, as few websites are willing to release the entire site's code.

    Maybe I'm wrong - vote if you have a website who is AGPL licensed in its entirety (or is willing to be), and could actually take advantage of having the ImageResizer dual-licensed under the AGPL.

    If 10 people vote for this issue (roughly 20 votes), I'll do the work to offer this as a licensing option.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Build a ZoomFactorPlguin; allow an image to be scaled by a percentage.

    Create a ZoomFactorPlguin that allows a 'zoom' factor to be specified. If height/width/maxheight/maxwidth are used, they will be multiplied by this factor. If none are specified, the original image will be scaled using the 'zoom' factor.

    I.e, &zoom=0.5 equals %50 zoom. &zoom=2 equals 200% zoom.

    Useful for scaling a fixed layout to different resolution devices without introducing blurring.

    Chime in - would a &zoomall= setting be useful to scale border,padding, and margin values as well? Feedback on &zoom=?

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Will be a core feature in V3.1, no plugin installation required. Will be subject to scale=down|up|canvas restrictions, use with &scale=both to get ‘normal’ behavior when making an image larger than its original size.

  15. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Add support to preserve meatadata on resize

    It would be very helpful to preserve metadata (e.g. iptc, xmp, photoshop) on resize so it does not need to be merged back in.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Add API to return image size without loading the image

    My application only need to get the width and size of the resulting image for any ImageResizer URL.

    The purpose is to set the width/size attribute of an <img> tag when rendering a MVC view. In that case, no need for the extra processing cost of loading the image.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Specify default values via Configuration

    You have been asking for votes as to which behaviour should be used by default, e.g. upscaling of images.
    Why not make such things configurable via the Application's Configuration File?

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Will be available in V3.1 with the DefaultSettings plugin. defaultsettings.explicitSizeScaleMode and defaultsettings.maxSizeScaleMode allow you to even set different defaults based on whether width/height or maxwidth/maxheight are used.

  19. jQuery-based image studio

    Create a jQuery widget that allows an image to be cropped, resized, rotated, and adjusted dynamically in the browser, generating a URL.

    Repository: https://github.com/nathanaeljones/studiojs
    Demo: http://nathanaeljones.github.com/studiojs/studio.html

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. FullTrustWicPlugin

    WIC is available on WS2008, and Windows 7+. It requires full trust, but may be able to provide 50-100% speed improvements on simple resizing operations. (although not advanced ones). For better performance, libjpeg, ImageScience, etc may be a better route. (since both require Full Trust).

    http://weblogs.asp.net/bleroy/archive/2010/05/03/the-fastest-way-to-resize-images-from-asp-net-and-it-s-more-supported-ish.aspx

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3
  • Don't see your idea?

Image Resizer

Categories

Feedback and Knowledge Base