
2000-02-26 Garry R. Osgood <gosgood@idt.net> * app/commands.c * app/gimpimage.c * app/layer.c * app/layer.h * app/resize.c * app/resize.h Aliasing artifacts that changed relative positions of layers under scaling, giving rise to #5271, are minimized by a new layer.c function, layer_scale_by_factors(). Closes #5271. See http://idt.net/~gosgood/gimp-patch/patch07.html for further detail. See also usage documentation for layer_scale() and layer_scale_by_factors() in layer.c. Provided logic for the Scale Image dialog box to pre-check an image's layers for the possibility that a particular scaling, s: 0 < s < 1, reduces a layer dimension to zero. Should this case prevail, a boolean dialog box warns the user of the possibility. The user may (1) Cancel, returning focus to Scale Image and the possibility of corrective adjustment, or (2) OK the scaling. The layers that will vanish upon the new scaling are culled from the GimpImage::layers list first.
46 lines
1.1 KiB
HTML
46 lines
1.1 KiB
HTML
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
|
<TITLE>Scale Image</TITLE>
|
|
</HEAD>
|
|
<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#FF0000" alink="#000088">
|
|
<TABLE width="100%" cellspacing="1" cellpadding="1">
|
|
<TR bgcolor="black">
|
|
<TD width="100%" align="center"><FONT size="+2" color="white">Layer Too Small</FONT></TD>
|
|
</TR>
|
|
<TR bgcolor="white" >
|
|
<TD width="100%" align="left">
|
|
<P>
|
|
[Placeholder: Documentation to come]
|
|
</P>
|
|
<H3>
|
|
Additional Information
|
|
</H3>
|
|
<P>
|
|
For further information see The Gimp User's Manual page XXXX and the Gimp
|
|
User's Tutorial page YYYY
|
|
<P>
|
|
Shortcut Key
|
|
<P>
|
|
Modifier
|
|
<P>
|
|
Drag and Drop
|
|
<P>
|
|
Xinput
|
|
<P>
|
|
----DEV----
|
|
<P>
|
|
<A href="index.html">Index</A>
|
|
<P>
|
|
(/dialogs/scale_layer_warn.html)
|
|
<P>
|
|
Sorry but the help file for scale_layer_warn is not yet done.
|
|
<P>
|
|
/Karin & Olof
|
|
<P>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</BODY></HTML>
|