goldenXcode / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Features from Brilliance (Amiga program) that could be implemented in Grafx2 #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Drawing modes :
tint, colorize, brighten, darken, mix, average smear, random color, 
negate, dither

Brush clipboard (allows to have up to 8 custom brushes and switch between 
them)
Animbrushes (brushes with multiple images, cycling between them)
Brush morphing (creates an animbrush with x frames given only the start 
and end pictures)

Stencil : allow color selection by "lasso" drawing on the picture (draw a 
shape, all colors inside get selected)

Animations : make brush moves and rotates across the screen along a 
defined path + variation of opacity. Render as multiple frames

ABORT keyboard shortcut : allows to undo an operation before it is 
finished. Seems hard to do on gfx2, we'll need some separate thread or 
something like that, it doesn't feel right. Anyway, for now, there is no 
really complex and long operation, and modern CPUs are running pretty fast 
for most people.

Also, allow to switch between tools while drawing. This will cause problem 
for us, and does not seem easy to do for most tools with the operation 
stack scheme. But maybe it can be done for some tools, eg switching from 
straight line to rectangle, from straight line to curve, from circle to 
gradcircle, from circle to ellipsis.
But all of this need to be studied case by case.

Original issue reported on code.google.com by pulkoma...@gmail.com on 3 Jan 2009 at 11:16

GoogleCodeExporter commented 9 years ago
Some cleanup of the issue list :)

Original comment by pulkoma...@gmail.com on 9 Feb 2009 at 11:18

GoogleCodeExporter commented 9 years ago

Original comment by pulkoma...@gmail.com on 9 Feb 2009 at 11:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by pulkoma...@gmail.com on 26 May 2009 at 7:53

GoogleCodeExporter commented 9 years ago

Original comment by pulkoma...@gmail.com on 27 May 2009 at 5:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by pulkoma...@gmail.com on 15 Sep 2009 at 7:13

GoogleCodeExporter commented 9 years ago
Splitted in more atomic issues, so closing this one.

Original comment by pulkoma...@gmail.com on 31 Oct 2009 at 2:27