Released: v1.3 (beta) (Apr 29, 2012)
Added a provider model to support plugging in different readers and writers for the different file formats (task #9087)Breaking change - renamed OutputFormat enum to ImageFormatType Fixed an issue...
View ArticleUpdated Release: v1.3 (beta) (Apr 29, 2012)
Added a provider model to support plugging in different readers and writers for the different file formats (task #9087)Breaking change - renamed OutputFormat enum to ImageFormatTypeFixed an issue where...
View ArticleCreated Feature: Add a flag to constrain to an axis when resizing [10444]
When resizing into a box size using ResizeMethod.KeepAspectRatio, the filter keeps the image within the maximum resolution specified, and resizes using the longest axis.We would like to add a flag to...
View ArticleSource code checked in, #79662
Added constraint parameter to resize filter, for when KeepAspectRatio is used.
View ArticleCommented Feature: Add a flag to constrain to an axis when resizing [10444]
When resizing into a box size using ResizeMethod.KeepAspectRatio, the filter keeps the image within the maximum resolution specified, and resizes using the longest axis.We would like to add a flag to...
View ArticleSource code checked in, #80132
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View ArticleCreated Unassigned: ResizeMethod.AspectRatioFill issue [11036]
protected virtual Size GetNewSize(Image img, Size requestedSize, ResizeMethod method, out Size bitmapSize) { Size outputSize = new Size(); switch (method) { case ResizeMethod.AspectRatioFill:{ float...
View ArticleNew Post: Crop Image only Scanned Area
I want to crop image only the scanned area. For example, I setup scanner to 8 x 11 paper size setting and scanned a 4 X 5 document. It created an image according to 8 x 11 paper size image. Now I want...
View ArticleNew Post: Image Metadata (Exif, Xmp, Iptc)
On image resize, the image metadata is lost, is there a way to retain it ??
View ArticleNew Post: Crop White/Transparent space
Is there any way using a combination of edge detection and cropping that would allow me to Crop out the what space of a image?
View ArticleNew Post: Crop Image only Scanned Area
Hi, I don't know if this is possible with this project. Hope the coordinator will get back to you soon. Though I did know a program which can allow partial image cropping. You only need to specify the...
View ArticleNew Post: Crop White/Transparent space
You mean like automated cropping. I found here a very interesting guide for cropping image with user specified area (by defining coordinators). If this is supported, it would be so cool. :)
View ArticleNew Post: Specify the exact crop location
As for filter issue, I tried this image filter processing.
View ArticleNew Post: Crop Image only Scanned Area
.Net Image Processor -Crop Image You may see the SOURCE CODE section: Main>ImageProcess>Filters>CropFilters.cs. C# code is provided there.
View ArticleNew Post: Image Metadata (Exif, Xmp, Iptc)
As I see, metadata is not mentioned as supportive feature by the .Net Image Processor. You may contact the support.
View ArticleNew Post: Crop White/Transparent space
You may refer to the SOURCE CODE section to crop image: SOURCE CODE>Main>Image Process>Filters>CropFilter.cs.
View ArticleUpdated Wiki: Home
Moved to https://github.com/elkdanger/image-processor. This repository will no longer be updated
View ArticleUpdated Wiki: Home
Moved to https://github.com/elkdanger/image-processorThis repository will no longer be updated or maintained
View ArticleUpdated Wiki: Home
Moved to https://github.com/elkdanger/image-processorThis repository will no longer be updated or maintained
View Article