comparison README @ 113:55166d93498d

Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net> * configure.in: Add test for lcms (little cms). * Makefile.am: Add color-man.[ch]: * color-man.[ch]: New files for color management support. * globals.c, gqview.h, main.c, rcfile.c, typedefs.h: Add color profile variables and option saving. * image.[ch]: Add color profile functions. * layout.c, layout_image.[ch]: Add color profile icon, popup menu, and fix sort menu to use radio buttons. * menu.c: Use radio buttons for sort menu when appropriate. * preferences.c: Add color profile options to preferences. * ui_menu.[ch]: Add menu_item_add_radio() for radio item menus. * ui_misc.c: Fix gtk_table_attach() arg for vertical expansion. * view_file_icon.c, view_file_list.c: Check for active state in sort menu callbacks. * README: Add info about lcms, and how to disable.
author gqview
date Sat, 25 Nov 2006 03:00:33 +0000
parents d19b0de6d0bb
children 648881af5fb1
comparison
equal deleted inserted replaced
112:b15d4c18168f 113:55166d93498d
36 * Translation status 36 * Translation status
37 * Credits 37 * Credits
38 38
39 ======== Requirements 39 ======== Requirements
40 40
41 GTK+ 2.4.x: ftp://ftp.gtk.org/pub/gtk 41 Required libraries:
42 GTK+ 2.4.x: ftp://ftp.gtk.org/pub/gtk
43
44 Optional libraries:
45 lcms, for color management support: http://www.littlecms.com
46 (disable with configure option: '--without-lcms')
42 47
43 ======== Notes and changes for this release [section:release_notes] 48 ======== Notes and changes for this release [section:release_notes]
44 49
45 Changes: 50 Changes:
46 51
78 Notes: 83 Notes:
79 84
80 For translation status list, see further below. 85 For translation status list, see further below.
81 86
82 Version in perenthesis indicates first appearance of feature or change. 87 Version in perenthesis indicates first appearance of feature or change.
88
89 (2.1.5) Add support for color profiles when lcms is installed. To
90 disable color profiles and use of lcms, run configure
91 with '--without-lcms'.
83 92
84 (2.1.1) Add support for viewing jpeg images and EXIF embedded within 93 (2.1.1) Add support for viewing jpeg images and EXIF embedded within
85 raw files for Canon (.crw, .cr2) Fujifilm (.raf), and Nikon (.nef). 94 raw files for Canon (.crw, .cr2) Fujifilm (.raf), and Nikon (.nef).
86 Note that not all cameras that support a raw format will necessarily 95 Note that not all cameras that support a raw format will necessarily
87 save a usable jpeg in the raw file (for example some Nikon cameras only 96 save a usable jpeg in the raw file (for example some Nikon cameras only