[gimp] plug-ins: remove outdated comment about GIMP_MAX_IMAGE_SIZE in psd-load.c



commit 714052e998af3850f83e748592c9a64e4dc01419
Author: Jacob Boerema <jgboerema gmail com>
Date:   Mon May 17 13:36:35 2021 -0400

    plug-ins: remove outdated comment about GIMP_MAX_IMAGE_SIZE in psd-load.c
    
    GIMP_MAX_IMAGE_SIZE is nowadays 524288.

 plug-ins/file-psd/psd-load.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/plug-ins/file-psd/psd-load.c b/plug-ins/file-psd/psd-load.c
index b803c627e4..a50a278721 100644
--- a/plug-ins/file-psd/psd-load.c
+++ b/plug-ins/file-psd/psd-load.c
@@ -309,9 +309,6 @@ read_header_block (PSDimage      *img_a,
       return -1;
     }
 
-    /* Photoshop CS (version 8) supports 300000 x 300000, but this
-       is currently larger than GIMP_MAX_IMAGE_SIZE */
-
   if (img_a->rows < 1 || img_a->rows > GIMP_MAX_IMAGE_SIZE)
     {
       g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]