I\'d like to make a simple VB utility to resize images using vb.net. I am having trouble figuring out what 开发者_运维知识库vb class to use to actually manipulate the images. The Image class and the B
Currently I\'ve got the following working just fine without any problems (yet). header (\"Content-type: image/png\");
I am looking for a tool or library which will allow me to, very quickly, merge two source images, and generate a third, merged image, into a file.
I\'m wondering if there is a \"smart\" way of splitting an image based on certain features. The images are 300x57, black and white (actually grayscale, but most colors are either black or white), it
I want to crop a rectangular image to a non-rectangular shape. I realize that if you take that completely literally, it\'s not possible. What I want to end up with is image X, cropped to shape Y, on a
I love the new http://thesixtyone.com design. I am wondering how do they proportionally stretch 开发者_如何学Cthe image to fit the whole background? Are they using CSS/Javascript or other tricks?Both
Need help in figuring out a tool which can convert a flash (.swf) chart to any image format to be later embedded to a pdf report. I am using R开发者_运维问答uby on Rails as the dev platform.
I am working on the development of a Massively Multiplayer Online Role Playing Game (MMORPG) in .NET using C# and Silverlight. One of the features that has been requested for this game is to allow pla
I am developing a Mac OS X application which, as part of it\'s UI, will display many visual elements in it\'s main view which can be selected. These elements can be positioned really anywhere within t
I have a gallery of 5 thumbnails and one larger image. I have jqZoom tied to the large image so when you mouse over it, you can see a zoomed in version.