Skip to content

Image Resizer

43 results found

  1. Make a plugin that detects IE 6 and below, and serves GIF instead of PNG files.

    Make a plugin that detects IE 6 and below, and serves GIF instead of PNG files.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  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. 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)
  4. 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.

  5. 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)
  6. 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.

  7. Named Parameter Sets

    The existing 404 feature has a concept of a short name representing a more expansive setting value, e.g. http://site.com/image.jpg?404=noImage
    Could this idea be extended so that a short name could be used to locate a set of image resizer argument values to help with uniformity in a large site, e.g. http://site.com/image.jpg?set=medium
    where medium refers to a configuration named "medium" that specifies:

    • width: 300
    • height: 300
    • 404: /images/404/noImage.jpg
    • and so on...
    1 vote
    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)

    This feature has been implemented in v3.1, as the Presets plugin. ?preset=medium

    1. Installation

    1. Add `` to the `` section.

    1. Configuration Syntax

    A named preset can specify default settings (these can be overridden in the URL), or normal settings (which override corresponding URL settings) – or both.

  8. 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.

  9. 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)
  10. 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)
  11. 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)
  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. Add &dpi=value command for telling printers how large to print images

    While completely ignored by browsers (see http://apptools.com/examples/dpi.php ), a Jpeg image can specify a DPI value that can be used by printers to determine how densely to print pixels on a physical page. The default is 96 dpi, i.e, a 768x384px image will print 8"x4" on a page.

    1 vote
    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. Improve Watermark Plguin

    Add named profiles to the Watermark plugin.

    1 vote
    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)
  15. 1 vote
    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)
  16. Add support for HttpPostedFileBase

    The HttpPostedFileBase class is an abstract class that contains the same members as the HttpPostedFile class. This is the preferred class to use when uploading files in MVC

    3 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

    I’ve added support for HttpPostedFileBase and and any class that exposes an InputStream property (and optionally) a FileName property.

  17. 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)
  18. 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.

  19. Add jCrop interface

    Make it easy for users to crop their own images with a jCrop-friendly plugin.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  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. Create a GUI for batch processing images

    Create a desktop GUI for batch processing images

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    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. ImageResizingGUI is available in the Samples directory and in the dlls/release directory.

  • Don't see your idea?

Image Resizer

Categories

Feedback and Knowledge Base