Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

A huge and free image collection for programmers

0.00/5 (No votes)
27 Sep 2010 1  
A huge and free image collection for programmers

Introduction

In Visual C++, Java, VB and other develop environments, programmers use different kinds of images to implement their interfaces, such as toolbars, buttons and menu items. Those images are often required in pairs (normal and disabled) to complete image controls. The collection presented here contains over 5,600 images in original sizes of 32 x 32 and 16 x 16 pixels and will satisfy the needs in most cases. As such, it is a beneficial resource for you at work time.

The Main Image Interface.

You can modify the images after downloading the collection. All of the images are managed by software we developed to provide many appropriate features, such as resize, flip, rotate, shadow and disable images in many ways. All image modifications are completely done in image buffers, without using Windows common functions, such as StretchBlt(), StretchDIBits(), GetPixel(), SetPixel() and memory DCs. Modifying the images in buffers is much better, nicer and faster than by using the common Windows functions above.

The following partial screen shot shows the software for modifying the images.
interface.gif

Shadow and Disabled Images

Shadows make the original image slightly different but are very important. For a small image (i.e. 32x32 or 16x16 pixels), single sunken or raised shadows are good enough, but for larger images, double sunken or raised may yield better results.

All common Windows software, such as MS WordTM, Visual StudioTM and PhotoshopTM, use single sunken images for disabled controls. The following image shows samples of various image modifications.
sample.gif

Hope you enjoy it, thanks.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here