Stories recently tagged with 'Imaging'

Free Google Charts API Released(code.google.com)

submitted by gt1329agt1329a(7849) 4 years, 2 months ago

I'm not sure if this is .NET related enough, but it's got the potential to be very useful for any web development. You just pass the data and chart parameters on the QueryString and it returns a PNG with your chart. Pretty nifty. read more...

3 comments |category: |Views: 55

tags: another

Rendering a WPF Container to Bitmap(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 5 months ago

One of WPF's nicer features is its ability to render any visual into a bitmap easily, and so I thought I'd create a simple little tool that would create rounded corner bitmap bars with transparent backgrounds. It's actually quite easy to do, but I ran into a few pitfalls and inconsistencies that make WPF coding oh so much fun. read more...

add a comment |category: |Views: 25

tags: another

Content-Aware Image Sizing - WOW(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 5 months ago

Cool video I found on YouTube about a software that resizes images with an content-aware algorithm. Must see... read more...

add a comment |category: |Views: 10

tags: another

HttpHandler for Images in ASP .NET 2.0(sunilksaini.blogspot.com)

submitted by sunilksainisunilksaini(170) 4 years, 6 months ago

Http Handler: Http Handler is a class that is responsible for rendering a particular resource, or a particular type of resource. Http Handlers are somewhat similar to ISAPI Extensions. If implements, it behaves like a filter between Web Server and the Client. Whenever client makes a request to the server, it goes through the Filter and performs operations as per our requirement read more...

add a comment |category: |Views: 49

tags: another

Render PNG from ASPX(dotnetjunkies.com)

submitted by rohancraggrohancragg(119) 4 years, 10 months ago

Workaround for exception that results from the following: Syste.Drawing.Bitmap.Save(HttpContext.Response.OutputStream, System.Drawing.Imaging.ImageFormat.Png); read more...

add a comment |category: |Views: 20

tags: another

Source for thumboo.com thumbnailing service and database released(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 3 months ago

Michael Schwarz has released the source code for his recent project, thumboo.com. read more...

1 comment |category: |Views: 6

tags: another

WebSnapr provides thumbnailing service (used by dotnetkicks.com)(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 3 months ago

I have added thumbnail previews to story summaries on DotNetKicks.com. The service is provided by websnapr.com. read more...

add a comment |category: |Views: 5

tags: another

NoiseKiller.NET C# application for noise reduction(gaech.blogspot.com)

submitted by gaechgaech(1240) 5 years, 4 months ago

NoiseKiller is a open-source .Net Framework application for noise reduction. read more...

add a comment |category: |Views: 903

tags: another

ImageReflection with the Atlas Control Toolkit(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years, 5 months ago

A control extender to apply a reflection effect to images. read more...

add a comment |category: |Views: 0

tags: another

Reflection for images... not *that* Reflection!(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years, 6 months ago

A web control to create a mirror-reflected images with script.aculo.us. read more...

add a comment |category: |Views: 3

tags: another

C#: Generate an image of a web page(dotnetjunkies.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 6 months ago

I have some WinForms applications that would benefit from having images and thumbnails (sometimes called thumbshots) of internet web pages and so I decided yesterday to have a look at how to approach this. read more...

add a comment |category: |Views: 12

tags: another

Image Processing Lab in C#(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

Image Processing Lab is a simple tool for image processing, which includes different filters and tools to analyze images. It’s easy to develop your own filters and to integrate them with the code or to use the tools in your own application. The following filters are implemented in the library: Color filters (grayscale, sepia, invert, rotate, channel extraction, channel replacing, channel filtering, color filtering, Euclidean color filtering); HSL filters (linear correction, brightness, contrast, saturation, hue modifier, HSL filtering); YCbCr filters (linear correction, YCbCr filtering, channel extraction/replacement); Binarization filters (threshold, threshold with carry, ordered dithering, Bayer dithering, Floyd-Steinberg, Burkes, Jarvis-Judice-Ninke, Sierra, Stevenson-Arce, Stucki dithering methods); Automatic binarization (simple image statistics); Mathematical morphology filters (erosion, dilatation, opening, closing, hit & miss, thinning, thickening); Convolution filters (mean, blur, sharpen, edges, Gaussian); 2 Source filters (merge, intersect, add, subtract, difference, move towards, morph); Edge detectors (homogeneity, difference, sobel, canny); Blob counter, connected components labeling; Pixellate, simple skeletonization, jitter, shrink, oil painting; Levels linear filter, gamma correction; Median filter, adaptive smoothing, conservative smoothing; Resize and rotate; Texture generators based on Perlin noise; Texture filters (texturer, textured filtering, textured merging); Fourier transformation (lowpass and hipass filters). read more...

add a comment |category: |Views: 445

tags: another

Retrieving "Date Taken" EXIF Metadata From a JPG(spinningtheweb.blogspot.com)

submitted by TronTron(160) 5 years, 7 months ago

Describes how to use GDI+ in the .NET framework to access the "Date Taken" EXIF metadata in JPGs. Examples are in C#. read more...

add a comment |category: |Views: 245

tags: another