All Questions
4 questions
1
vote
1
answer
1k
views
Speed Up Image Sharpening and Related Image Optimizations in .Net
My goal is to allow the user to improve image quality by providing the options to improve the sharpness,Contrast etc of a Bitmap
I have followed the approach mentioned in https://www.codeproject.com/...
0
votes
2
answers
956
views
Native .NET PNG image file encoder
Does such an encoder exist? The GDI+ one is not very fully featured. For example, it will always render out 32bpp images, even if you're using 8bpp indexed in-memory.
I'm about to start writing out ...
1
vote
3
answers
1k
views
Image Property Tag Constant
I'd like to use the image property tag constants defined in GDI+ from .NET.
I wonder whether these constant values (e.g. PropertyTagGpsVer constant) are exposed in any of the Base Class Library?
I ...
5
votes
2
answers
7k
views
Effective way of making negative of image without external dlls
That is the solution to make a negative from a image in C# Windows Forms without any dlls and in a effective, fast way?