LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

2X Project

Root / Submissions / [.]

DevinF06Created:
Download:KRL4C2NE
Version:Size:
A relatively simple basic AA program.

Instructions:

Just start 2XDEMO and see the simple AA

Notes:

Q/A:

How does it work? It takes 2x2 samples of the image and gets the mean of the Alpha, Red, Green, and Blue, and then sets that to a pixel. Why is it kinda slow? The program is currently a mesh of code with Arrays and Math per pixel. Why aren't arrays made with GSAVE supported? Because how SB stores graphical data is a mystery.

Wait really? I thought GSAVE just creates an ordinary bitmap

If you save into a 2D array with GSAVE, you have to access the data as array[y,x], not array[x,y]

Replying to:12Me21
If you save into a 2D array with GSAVE, you have to access the data as array[y,x], not array[x,y]
Like with the arrays BGLOAD can load?