From 4f4bf6a81a9419897bd8ab8c1a2a9cc513cd74c0 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 14 Apr 1999 23:38:08 +0000 Subject: [PATCH] Modified the autocrop function. It now tries to crop transparency first. --Sven --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a73b02465b..8f59622615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ +Thu Apr 15 01:32:58 MEST 1999 Sven Neumann + + * 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 - * 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