gthumb r1888 - in branches/gthumb-2-10: . libgthumb



Author: mjc
Date: 2007-08-09 13:41:29 +0100 (Thu, 09 Aug 2007)
New Revision: 1888
ViewCVS link: http://svn.gnome.org/viewcvs/gthumb?rev=1888&view=rev

Modified:
   branches/gthumb-2-10/ChangeLog
   branches/gthumb-2-10/libgthumb/file-utils.c
Log:
2007-08-09  Michael J. Chudobiak  <mjc cvs gnome org>

        * libgthumb/file-utils.c: (get_pixbuf_using_external_converter),
        (gth_pixbuf_new_from_file):
        get_pixbuf_using_external_converter was broken, because
        "g_spawn_command_line_sync" does not accept pipes ("|") in the command line.
        Reverted to "system" for converting HDR files. The RAW dcraw convert command 
        is simple enough that g_spawn_command_line_sync is OK.

        For tiff files, I backported changes from trunk to just use the standard
        gdk_pixbuf loader for thumbnails, even though it is a memory hog. This 
        removes one instance of system/g_spawn_command_line_sync. (trunk used this
        method because tifftopnm -byrow loses the tiff orientation tag.)

        Still getting uricmp crashes (bug 464777).






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