165166167168169170171
* Invokes ImageMagick's {@code -enhance} option; most applications will prefer {@link #autoEnhance()}. * * @return the singleton instance of the {@link Enhance} function */ public static Enhance enhance() { return new Enhance(); }
164165166167168169170
158159160161162163164