Click here to Skip to main content
15,881,413 members
Articles / Operating Systems / Windows

A huge and free image collection for programmers

Rate me:
Please Sign up or sign in to vote.
1.69/5 (15 votes)
27 Sep 2010CPOL1 min read 27.5K   452   14   3
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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Australia Australia

Please visit our Download Home to obtain many interesting software for free ...


Comments and Discussions

 
Generalthanks for sharing - have 5 Pin
Pranay Rana17-Jan-11 1:38
professionalPranay Rana17-Jan-11 1:38 
GeneralGood Work Pin
Ranjan.D3-Jul-07 6:43
professionalRanjan.D3-Jul-07 6:43 
QuestionWhat's that? Pin
Antonello Provenzano21-Jun-07 5:31
Antonello Provenzano21-Jun-07 5:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.