comparison src/options.h @ 1521:68b73d524ca3

unconditionally enable fast jpeg thumbnailing
author nadvornik
date Mon, 06 Apr 2009 20:38:54 +0000
parents c9ed5a43c576
children 286ed7c6cae6
comparison
equal deleted inserted replaced
1520:7216f4a45698 1521:68b73d524ca3
76 struct { 76 struct {
77 gint max_width; 77 gint max_width;
78 gint max_height; 78 gint max_height;
79 gboolean enable_caching; 79 gboolean enable_caching;
80 gboolean cache_into_dirs; 80 gboolean cache_into_dirs;
81 gboolean fast;
82 gboolean use_xvpics; 81 gboolean use_xvpics;
83 gboolean spec_standard; 82 gboolean spec_standard;
84 guint quality; 83 guint quality;
85 gboolean use_exif; 84 gboolean use_exif;
86 } thumbnails; 85 } thumbnails;