Quick graphical format conversions

For the Twitter client I’m currently developing, I had to convert graphical formats.  The grid control I’m using assigns columnar edit controls.  Therefore, all texts or images have to be the same type.  Twitter allows its users to upload GIF, JPEG, or PNG images.  So, I had to convert all images to one type.
Continue reading