Browse by Tags

All Tags » GDI+ » Performance (RSS)

BlogShares has changed their graphing, but is still using PHP...

BlogShares is a project that I'd love to tackle in switching over to an ASP .NET site. They are racked constantly with visitors, they have some fairly detailed view screens, they are constantly aggregating and changing data, and constantly pulling from...

Wanting to fix all my past mistakes, here is an updated ImageFast library that doesn't rely on System.Drawing for init...

Boy is that embarassing when your code only works on YOUR machine. And then it doesn't always do that apparently either. Well, I found the problem and fixed it, so you should be able to use ImageFast in a number of scenarios. You can use it within console...
Posted by Justin Rogers | 1 comment(s)
Filed under: ,

Fast Image Loading without asking for the hot-fix or waiting for the service pack...

Omar Shahine is doing some great work on his JPEG Hammer application. He talks about finding some hot-fixes for the System.Drawing.Image class that provide overloads for disabling image verification. While this is inherently unsafe, and you now have to...

What does it take to make an Asynchronously drawn ListBox in Windows Forms?

Yeah, yeah, it's been done I'm sure, but I still ran into the problem when making my own picture viewer. The basic issues were thumbnailing images to be displayed in the owner-drawn ListBox while still allowing the UI to respond to the user. Then making...
More Posts