> > * a mode to show changed pixels in a bright color, e.g. pure
> > red/green/blue, in both overlap and no-overlap mode. You can get
> > fancy, drawing 1-pixel borders around the changed areas, or draw
> > translucent overlay over them, but simple bright red, or negative
> > color (all components subtracted from 255) would be OK to direct
> > attention towards them. Keyboard shortcut for this also ("space"?).
>
> http://issues.tortoisesvn.net/?do=details&id=300
OK, can something be done about a generic interface for producing this
"combined mode" image? Something like
void GenerateCombinedImage(const Image& left, const Image& right,
const Rectangle& rectToProcess, const Params& params, Image& dest);
where left, right and dest provide some way to get at raw RGBA data,
width and pitch info, rectToProcess is the rectangle which has to be
rebuilt in dest, and Params contains e.g. the alpha for the current
"blend" mode, a mode identifier (e.g. blend/overlay with color/border
with color), overlay color etc.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Sep 25 22:07:07 2006