protected virtual Size GetNewSize(Image img, Size requestedSize, ResizeMethod method, out Size bitmapSize)
{
Size outputSize = new Size();
switch (method)
{
...
Id #11036 | Release:
None
| Updated: Wed at 6:10 AM by gelion | Created: Wed at 6:10 AM by gelion
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 fl...
Id #10444 | Release:
v1.3 (beta)
| Updated: Feb 13 at 10:41 PM by elkdanger | Created: Aug 21, 2012 at 9:02 PM by elkdanger
Id #9088 | Release:
None
| Updated: Aug 21, 2011 at 11:00 PM by elkdanger | Created: Aug 21, 2011 at 11:00 PM by elkdanger
multi paged tiffs are currently handled only by the active page. a concatenation of the pages into one file would be nice!
Id #8976 | Release:
v1.3 (beta)
| Updated: Feb 13 at 10:41 PM by elkdanger | Created: Jul 21, 2011 at 9:14 AM by Madmardigan
Currently, processing is done accumulatively - each filter in the pipeline takes the output from the last filter, processes the image and passes the results on. The image at the end is the result o...
Id #8935 | Release:
None
| Updated: Feb 13 at 10:41 PM by elkdanger | Created: Jul 13, 2011 at 10:26 PM by elkdanger
Filters such as watermarking and masking will need to access the other images in the pipleline.
Can either:
Just set the watermark or mask image in the constructor of the filter
Pass in the wate...
Id #8934 | Release:
None
| Updated: Feb 13 at 10:41 PM by elkdanger | Created: Jul 13, 2011 at 10:17 PM by elkdanger
Id #8933 | Release:
None
| Updated: Jul 13, 2011 at 10:10 PM by elkdanger | Created: Jul 13, 2011 at 10:10 PM by elkdanger
Create an async mode so that images can be resized easily using a different thread, both in a batch and for a single image for all filters.
Id #8859 | Release:
None
| Updated: Feb 13 at 10:41 PM by elkdanger | Created: Jun 24, 2011 at 11:24 PM by elkdanger
Some sort of windows app/website to demonstrate the application working.
Could be useful as an online demo, but the source will of course be included within this project.
Id #8855 | Release:
None
| Updated: Feb 13 at 10:41 PM by elkdanger | Created: Jun 24, 2011 at 10:47 PM by elkdanger
The ability to pass in multiple files/streams and have the processor run through them. Currently the programmer can only invoke processing of one image at a time without constructing a loop themsel...
Id #8854 | Release:
v1.3 (beta)
| Updated: Feb 13 at 10:41 PM by elkdanger | Created: Jun 24, 2011 at 10:42 PM by elkdanger