8bpp effects

Discuss coding, porting and creating games
Post Reply
User avatar
leilei
File Contributor
Posts: 465
Joined: August 16th, 2007, 2:45 pm

8bpp effects

Post by leilei »

Anyone know of some? Particularily, 8-bit blur

I'm learning how to mess with packed pixels.
developertn
9-bit ubernerd
Posts: 833
Joined: March 23rd, 2015, 4:23 pm

Re: 8bpp effects

Post by developertn »

If you learn to read my source code you will find a screen shift which can be modded for a blurring affect.

Cheers,
-Tien Khoa Nguyen
developertn
9-bit ubernerd
Posts: 833
Joined: March 23rd, 2015, 4:23 pm

Re: 8bpp effects

Post by developertn »

Okay, here is hopefully something along the lines of what you are looking for.

Sorry it took me so long to get around to it.

I just did not have the chance to do all the coding all at once.

However months later it seems it is here.

The "loadfile.bmp" is an actual bitmap format file you can view in any bitmap viewer.

The program that I created called "jcbmp12.c" is the source file to this special affect program.

The run file so you can actually see it at work is "jcbmp12.exe".

What the program does is load the tiny bitmap and magnify it possibly by 12 or more times.

There is still a glitch that makes it not align correctly.

However, I hope you enjoy the special affect.

This is in honour of my real parents especially my mom who is featured with me in this photograph!

You can do this for images that total less than 12000 pixels.

So lets say you have a bitmap that is 50 wide by 50 high it does the special affect for you.

Just rename your bitmap to loadfile.bmp and run the program jcbmp12.exe

Anyways this took a lot of time and work so I hope at least one person appreciates it.

Thank you Jesus Christ.

http://www.mediafire.com/download/j9a81 ... CBMP12.EXE

http://www.mediafire.com/view/6jqz5dfans82dcb/JCBMP12.C

http://www.mediafire.com/view/20mkh4np2 ... adfile.bmp
developertn
9-bit ubernerd
Posts: 833
Joined: March 23rd, 2015, 4:23 pm

God, Jesus Christ, is number one!hehe

Post by developertn »

Jesus Christ!hehe

By the way, loadfile.bmp needs to be in uncompressed 256 color .bmp format. You can do this with the Windows paint program.

Thank you Jesus Christ that everything goes my way from now on until I die!!!!!!!!!!!!
Post Reply