User Tools

Site Tools


ufraw

This is an old revision of the document!


using git

$ mkdir ufraw.git
$ cd ufraw.git
$ git-cvsimport -p x -v -d :pserver:anonymous@ufraw.cvs.sourceforge.net:/cvsroot/ufraw ufraw
....
$ git branch [fuction-to-develope]
....

exif thumbnauil fix

본래의 코드 ufraw_writer.c

...
ufraw_exif_prepare_output(uf);
jpeg_write_marker(&cinfo, JPEG_APP0+1, uf->outputExifBuf, uf->outputExifBufLen);
ufraw_write_image_data(uf, &cinfo, &Crop, 8, grayscaleMode, jpeg_row_writer);
...
ufraw.1268895505.txt.gz · Last modified: 2013/08/03 05:04 (external edit)