Modified the autocrop function. It now tries to crop transparency first.

--Sven
This commit is contained in:
Sven Neumann 1999-04-14 23:38:08 +00:00
parent fc1de7b4ea
commit 4f4bf6a81a
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
Thu Apr 15 01:32:58 MEST 1999 Sven Neumann <sven@gimp.org>
* app/crop.c: The autocrop mechanism now first checks if there's
transparency to crop. If there are no transparent borders it
tries to crop uniformly colored areas from the borders.
Wed Apr 14 14:27:51 CEST 1999 Marc Lehmann <pcg@goof.com>
* app/app_procs.c, app/module_db.[ch]: call module_unload functions on all
modules when we quit (don't close it, though).
* app/app_procs.c, app/module_db.[ch]: call module_unload
functions on all modules when we quit (don't close it, though).
Wed Apr 14 00:27:53 BST 1999 Andy Thomas <alt@gimp.org>