Stories recently tagged with 'Image'

Creating a scrollable and zoomable image viewer in C#(cyotek.com)

submitted by cyotekcyotek(155) 1 year, 9 months ago

Article on creating an image viewer for Windows Forms that can be scrolled and zoomed using C#. read more...

add a comment |category: |Views: 134

tags: another

Open Source Interactive WPF image cropper control released(teamdistinction.com)

submitted by akosfakeakosfake(65) 1 year, 10 months ago

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 nutshell. It’s a simple interactive image cropping control written in WPF and C#. read more...

add a comment |category: |Views: 335

tags: another

ASP.NET Futures: Generating Dynamic Images w/ HttpHandlers Gets Easier(hanselman.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

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 messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild. read more...

add a comment |category: |Views: 240

tags: another

Extending the System.Drawing.Image clas to make a thumbnail(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 10 months ago

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. read more...

4 comments |category: |Views: 242

tags: another

How to grayout an image in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years, 1 month ago

This article shows how to gray out an image in .net programmatically. This can be useful for making "Disabled" versions of images, etc. read more...

add a comment |category: |Views: 141

tags: another

Uploading Images to Database and Displaying it on GridView(aspdotnetcodes.com)

submitted by yaser.shabanyaser.shaban(10) 4 years, 10 months ago

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. read more...

add a comment |category: |Views: 43

tags: another

Optimized access to Bitmaps(coders4fun.com)

submitted by DzamirDzamir(245) 5 years ago

How to read and elaborate sequence of bitmaps without using .NET functions, saving tons of processor cycles. read more...

1 comment |category: |Views: 10

tags: another

Applying a Color Wash to Images(codeproject.com)

submitted by gavinharrissgavinharriss(55) 5 years, 1 month ago

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 line with the customer's color scheme without fiddling with a graphics package? read more...

add a comment |category: |Views: 22

tags: another

Implementing Image Zoom using MS Ajax Slider Control(blogs.msdn.com)

submitted by PhaniRajPhaniRaj(360) 5 years, 3 months ago

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. read more...

add a comment |category: |Views: 1198

tags: another

Easy HTML Screen Capture in Windows in three lines(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 3 months ago

Create a HTML Screen Capture program like www.websnapr.com in three lines of code. read more...

3 comments |category: |Views: 53

tags: another

MS Releases VPC Image for Running IE6 & 7 simultaneously(blogs.msdn.com)

submitted by rimsystemsrimsystems(6119) 5 years, 5 months ago

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. read more...

2 comments |category: |Views: 3

tags: another