Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

ResizeBilinear filter can be supported by more pixel format #207

Closed
hzawary opened this issue Mar 6, 2016 · 2 comments
Closed

ResizeBilinear filter can be supported by more pixel format #207

hzawary opened this issue Mar 6, 2016 · 2 comments

Comments

@hzawary
Copy link
Contributor

hzawary commented Mar 6, 2016

Hi authors,

I found some shallow bugs in ResizeBicubic and ResizeBilinear AForge.NET 2.5.5 filters (maybe exist on the other filters too), where ResizeNearestNeighbor filter can be support almost pixel formats such as:
PixelFormat.Format8bppIndexed;
PixelFormat.Format24bppRgb;
PixelFormat.Format32bppRgb;
PixelFormat.Format32bppArgb;
PixelFormat.Format16bppGrayScale;
PixelFormat.Format48bppRgb;
PixelFormat.Format64bppArgb;
but I think that miss some supported pixel formats like PixelFormat.Format16bppGrayScale to ResizeBilinear filter, cause do test resizing an 16bpp image by pass and succes it.

Best regards,
HZ:)

@cesarsouza
Copy link
Member

Hi Zawary,

First and foremost, sorry for the delay in answering all those issues. Yes, you are right: I have also seen other cases of AForge.NET filters saying they don't support a particular pixel format when actually they do. I will eventually look into them, thanks for reporting!

@cesarsouza
Copy link
Member

Fixed in release 3.6.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants