.NET Power Tip 13: Converting Images with ImageMagick
Very often, .NET applications need to convert images. Meet ImageMagick! What is Image Magick? Say you have an image of the hulk in JPG format that you want to convert: hulk.jpg How would you programmatically convert this image in to another format, say *.png? ImageMagick does the trick: And thats it! […]