1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.docbook.org/xml/4.3/docbookx.dtd"> 4<!-- section history: 5 2007-11-30 j.h: no 'en' change for v2.4 6 2007-09-26 AntI: Added 'es' 7 2007-03-22 alex falappa: added it translation 8 2006-07-28 scb: revised 'en' 9 2005/10/25 split intro off by axel.wernicke 10 --> 11<sect2 id="plug-in-zealouscrop"> 12 <title>Zealous Crop</title> 13 14 <indexterm> 15 <primary>Image</primary> 16 <secondary>Crop</secondary> 17 <tertiary>According to color</tertiary> 18 </indexterm> 19 <indexterm> 20 <primary>Zealous Crop</primary> 21 </indexterm> 22 23 <para> 24 The <guimenuitem>Zealous Crop</guimenuitem> command crops an image 25 using a single solid color as a guide. It crops the edges, as with 26 the <link linkend="gimp-image-crop">Autocrop</link> command, but it 27 also crops the areas in the middle of the image which have the 28 same color (at least, in principle). 29 </para> 30 <caution> 31 <para> 32 Please note that <guimenuitem>Zealous Crop</guimenuitem> crops all of 33 the layers, although it only analyzes the active layer. This may 34 lead to a loss of information from the other layers. 35 </para> 36 </caution> 37 38 <sect3> 39 <title>Example</title> 40 <figure> 41 <title><quote>Zealous Crop</quote> Example</title> 42 <mediaobject> 43 <imageobject> 44 <imagedata fileref="images/using/crop-orig.png" format="PNG"/> 45 </imageobject> 46 <caption> 47 <para>Original image</para> 48 </caption> 49 </mediaobject> 50 <mediaobject> 51 <imageobject> 52 <imagedata fileref="images/using/crop-auto.png" format="PNG"/> 53 </imageobject> 54 <caption> 55 <para><quote>Autocrop</quote> applied 56 </para> 57 </caption> 58 </mediaobject> 59 <mediaobject> 60 <imageobject> 61 <imagedata fileref="images/using/crop-zealous.png" format="PNG"/> 62 </imageobject> 63 <caption> 64 <para><quote>Zealous Crop</quote> applied 65 </para> 66 </caption> 67 </mediaobject> 68 </figure> 69 </sect3> 70 71 <sect3> 72 <title>Activate the Command</title> 73 <itemizedlist> 74 <listitem> 75 <para> 76 You can access this command from the image menu bar through 77 <menuchoice> 78 <guimenu>Image</guimenu> 79 <guimenuitem>Zealous Crop</guimenuitem> 80 </menuchoice>. 81 </para> 82 </listitem> 83 </itemizedlist> 84 </sect3> 85</sect2> 86