Try some of these.
- The ability to add 3-D object's such as Spheres and Cones
- Touch up's
- Air Brush
- Colour Eraser
- Cut, Copy and Paste
Printable View
Try some of these.
- The ability to add 3-D object's such as Spheres and Cones
- Touch up's
- Air Brush
- Colour Eraser
- Cut, Copy and Paste
Nice.
3D? You mean use DirectX or something? I don't know how to use DX yet, the tutorials Microsoft gave me suck.
What do you mean Touch Up?
Air brush is quite a nice idea, will take some time but i'll get it right eventually.
The colour eraser would only work for 1 colour though, so if it is a photo it doesn't have a use. But I'll put it in anyway, and may include the option to erase the entire red value out e.g RGB(45,25,67) > RGB(0,25,67).
I forgot to mention that I already have Cut Copy and Paste, but there must be something I can do to advance them.
Thanks for those ideas. My Image editor is pretty crap right now.
You can use DirectX for your 3D shapes, but you can also do it with Looping through the radius of a Circle and lowering your colour value each time.
Touch Up means that you add a sort of shine or lightness to your Image. It's used in Photoshop as well. When used properly, it will create some really neat effects such as glare, ghosts and colour balance.
Oh I see. By the way, how would you go about the colour eraser, so far I've got some code but it takes too long to execute and not much seems to happen to the image.
That touch up will be pretty hard too.