By tag: Image
0
kicks
WebP - Advanced image optimization using ASP.NET MVC
Most modern web pages contain a lot of images. These images often make up the bulk of a web page request. According to the HTTPArchive, images make up over 50% of the average web page and if you are looking to optimize on the performance of your web page, the best place to start is often with the im...
0
kicks
Creating a scrollable and zoomable image viewer in C#
Article on creating an image viewer for Windows Forms that can be scrolled and zoomed using C#.
0
kicks
Open Source Interactive WPF image cropper control released
Although there are already some good articles on how to crop an image in WPF, the ones We tried out did not fit out requirements, so we decided to write our own control. Our control extends the regular Image control, so you can use the all of the features you are used to have.
That’s it in a nutshe...
0
kicks
ASP.NET Futures: Generating Dynamic Images w/ HttpHandlers Gets Easier
I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're mes...
0
kicks
Extending the System.Drawing.Image clas to make a thumbnail
Extending the System.Drawing.Image clas to make a thumbnail easy way. Instead of using getThumbnail you just use Tothumbnail and a maximumsize, optional parameter is if you want to keep the aspect ratio.
0
kicks
How to grayout an image in .Net
This article shows how to gray out an image in .net programmatically. This can be useful for making "Disabled" versions of images, etc.
0
kicks
Uploading Images to Database and Displaying it on GridView
This article explicate the method of inserting images and pictures into SQL Server database table and display it in an Asp.Net GridView control with the help of hte HTTP Handler Handler.aspx.
0
kicks
Optimized access to Bitmaps
How to read and elaborate sequence of bitmaps without using .NET functions, saving tons of processor cycles.
0
kicks
Applying a Color Wash to Images
Ever had a web site that needs branding for individual customers but found the presence of image elements complicates the process as you can't adjust their color from a simple style sheet? Wouldn't it be nice to use a base set of grayscale images and automatically apply a color wash to bring them in...
0
kicks
Implementing Image Zoom using MS Ajax Slider Control
we will talk about using the MS Ajax Slider control to modify the Height and width of an image control
so that it looks like we are zooming into and out of an image using the Slider.
0
kicks
Easy HTML Screen Capture in Windows in three lines
Create a HTML Screen Capture program like www.websnapr.com in three lines of code.
0
kicks
MS Releases VPC Image for Running IE6 & 7 simultaneously
Microsoft has recently made Virtual PC 2004 a free download; we ’ve taken advantage of that by releasing a VPC virtual machine image containing a pre-activated Windows XP SP2, IE6 and the IE7 Readiness Toolkit to help facilitate your testing and development.