I have decided to go ahead with making that DeluxePaint clone I always thought about doing. But before I go on, I need to decide on the interface gui. Either custom DeluxePaint alike, or standard winApi?
Deluxe Paint

Grafx2

WinApi

Which of the two would be the way to go? Also, should the tools be on the left side, right side, top or buttom?
I am looking for input on what people would prefer.
So far I have decided on the following features:
Tools: pen, spray, line, curve, box (hollow+filled), circle (hollow+filled), paintbucket (floodfill), stencil (brush), magnify (zoom)
Colors: 256 color palette chosen from all 16 mill. available for 32bit. Fixed palette, which can be saved/loaded. Loading a new palette will update colors in image accordingly. Palette editor with gradient generation.
Save formats: PNG is standard, option to save as binary 32bit format with alpha. save as palette colors with/without palette attached at end.
Those are the currently planned features, but I would like to know what other features and ideas you might have for a drawing tool like this?
Once I have made a plan for what I would like to accomplice for a working beta version, then I will proceed ahead with coding it.