Graphics file formats

A bitmap saver in c

The following C project contains the C source code and C examples used for a bitmap saver. Do this ever happen to you: You are working on a picture in Microsoft Paint when you decide to click 'New' and you forget to save it.

a bitmap joiner in c

The following C project contains the C source code and C examples used for [ a bitmap joiner ]. A program that takes a bunch of bitmaps and attaches them together side-by-side and puts them on the clipboard. The bitmaps then can be pasted into Paint by clicking Edit->Paste.

Bitmap rotation in c

The following C project contains the C source code and C examples used for bitmap rotation. Rotates any 24bit bitmap file by 45 degrees (antialiased) and saves it to an output file. demontstrates file access in bitmaps from c. wrote it in dev-c

Huge Bitmap Generator c project and source code

The following C project contains the C source code and C examples used for Huge Bitmap Generator. Generates huge(over 100 mega-pixel) bitmap image files. Avoids requiring lots of RAM by processing pixels row by row. The output is valid standard Windows Bitmap files(common extension .bmp) that can be loaded with most graphics software. This includes an example for generating a Mandelbrot fractal

Pages

Subscribe to RSS - Graphics file formats