I am new in c programing.In apps they usualy have images as background take for example a question and answer app will have a colourful backgroung.If i draw an image with corel draw how can i display as background in my c program.

Recommended Answers

All 3 Replies

Do some research on the layout of Corel images. Are they raw? Gifs? Jpegs? Something proprietary? Also, how many bits are represented by each pixel? The format of gif and jpeg images are well documented. Raw images are usually laid out in an array and rectangular images are quite easy to decode. Odd shaped ones require more work.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.