Open GoogleCodeExporter opened 9 years ago
Sorry, we need to be able to reproduce the problem on our machines, otherwise
you couldn't do anything. So, could you please try to investigate a little
further to get a reproducible failure?
greets mike
Original comment by m...@mm-log.com
on 29 Sep 2011 at 7:17
I have found in console log:
Progress : Lab to RGB
(../Sources/ptProcessor.cpp, 2122): Done conversion to RGB at 1565308 ms.
(../Sources/ptProcessor.cpp, 2522): Done pipe processing at 1565310 ms.
Progress : Ready
Progress : Converting to output space
Progress : Applying RGB Contrast
Progress : Writing output
Progress : Writing output (exif)
Warning: Exif tag Exif.Photo.MakerNote not encoded
Caught Exiv2 exception 'Size of Exif JPEG segment is larger than 65535 bytes'
Progress : Ready
Original comment by ajiekc...@gmail.com
on 29 Sep 2011 at 8:41
Progress : Ready
(../Sources/ptDcRaw.cpp,68) 'DcRaw::DcRaw()'
(../Sources/ptDcRaw.cpp,138) 'DcRaw::~DcRaw()'
(../Sources/ptProcessor.cpp,144) void ptProcessor::Run(short int, short int,
short int, short int)
(../Sources/ptProcessor.cpp, 233): Starting DcRaw at 1 ms.
Progress : Reading RAW file
(../Sources/ptDcRaw.cpp , 8251): PreMult[0] : 1.000000
(../Sources/ptDcRaw.cpp , 8252): PreMult[1] : 1.000000
(../Sources/ptDcRaw.cpp , 8253): PreMult[2] : 1.000000
(../Sources/ptDcRaw.cpp , 8254): PreMult[3] : 0.000000
(../Sources/ptDcRaw.cpp , 8259): D65Mult[0] : 1.881712
(../Sources/ptDcRaw.cpp , 8260): D65Mult[1] : 0.953659
(../Sources/ptDcRaw.cpp , 8261): D65Mult[2] : 0.958389
(../Sources/ptDcRaw.cpp , 8262): D65Mult[3] : 0.000000
(../Sources/ptDcRaw.cpp , 8268): RawWidth : 4704
(../Sources/ptDcRaw.cpp , 8269): RawHeight : 3124
(../Sources/ptDcRaw.cpp , 8270): TopMargin : 8
(../Sources/ptDcRaw.cpp , 8271): LeftMargin : 8
(../Sources/ptDcRaw.cpp , 8272): BlackLevel : 0
(../Sources/ptDcRaw.cpp , 8283): OutWidth : 4688
(../Sources/ptDcRaw.cpp , 8284): Width : 4688
(../Sources/ptDcRaw.cpp , 8290): US_CameraWB : 1
(../Sources/ptDcRaw.cpp , 8291): US_CameraMatr : -1
(../Sources/ptDcRaw.cpp , 8292): CameraMatrix : 1
(../Sources/ptDcRaw.cpp , 8293): m_cmatrix[0][0 : 0.000000
(../Sources/ptDcRaw.cpp , 8311): CameraMake : SAMSUNG
(../Sources/ptDcRaw.cpp , 8312): CameraModel : NX10
(../Sources/ptDcRaw.cpp , 8313): InputFile :
/home/aaa/Desktop/win/_9020018.SRW
(../Sources/ptDcRaw.cpp , 8314): Filters : 1e1e1e1e
(../Sources/ptDcRaw.cpp , 8350): m_Width : 4688
(../Sources/ptDcRaw.cpp , 8351): m_Height : 3116
(../Sources/ptDcRaw.cpp , 8352): m_ReportedWidth : 4688
(../Sources/ptDcRaw.cpp , 8353): m_ReportedHeight : 3116
(../Sources/ptDcRaw.cpp , 8355): PreMult[0] : 1.000000
(../Sources/ptDcRaw.cpp , 8356): PreMult[1] : 1.000000
(../Sources/ptDcRaw.cpp , 8357): PreMult[2] : 1.000000
(../Sources/ptDcRaw.cpp , 8358): PreMult[3] : 0.000000
(../Sources/ptDcRaw.cpp , 8363): D65Mult[0] : 1.881712
(../Sources/ptDcRaw.cpp , 8364): D65Mult[1] : 0.953659
(../Sources/ptDcRaw.cpp , 8365): D65Mult[2] : 0.958389
(../Sources/ptDcRaw.cpp , 8366): D65Mult[3] : 0.000000
(../Sources/ptDcRaw.cpp , 8371): Colors : 3
(../Sources/ptDcRaw.cpp , 8372): Filters : 1e1e1e1e
(../Sources/ptProcessor.cpp, 250): ImageW : 4688
(../Sources/ptProcessor.cpp, 251): ImageH : 3116
Progress : Reading exif info
Warning: Exif tag Exif.Photo.MakerNote not encoded
Warning: Exif tag Exif.Samsung2.0x0060 not encoded
Warning: Exif tag Exif.Samsung2.0x0080 not encoded
Warning: Exif tag Exif.Samsung2.0x00a0 not encoded
Warning: Exif tag Exif.Samsung2.0x00c0 not encoded
Exif buffer too big, erasing Exif.Photo.MakerNoteWarning: Exif tag
Exif.Samsung2.0x0060 not encoded
Warning: Exif tag Exif.Samsung2.0x0080 not encoded
Warning: Exif tag Exif.Samsung2.0x00a0 not encoded
Warning: Exif tag Exif.Samsung2.0x00c0 not encoded
Exif buffer too big, erasing ThumbnailWarning: Exif tag Exif.Samsung2.0x0060
not encoded
Warning: Exif tag Exif.Samsung2.0x0080 not encoded
Warning: Exif tag Exif.Samsung2.0x00a0 not encoded
Warning: Exif tag Exif.Samsung2.0x00c0 not encoded
(../Sources/ptProcessor.cpp, 261): Opened RAW at 1698 ms.
Progress : Demosaicing
Original comment by ajiekc...@gmail.com
on 29 Sep 2011 at 8:48
The problem appears at least on raw files from Samsung nx10 when a file saved
as jpg format.
1. Photivo generates result image and saves it at output folder without exif
information.
2. Photivo tried to generate a new jpg file with exif information which appears
in output folder as filename.jpg7560. This stage fails by reason from log file.
"
Progress : Writing output
Progress : Writing output (exif)
Warning: Exif tag Exif.Photo.MakerNote not encoded
Caught Exiv2 exception 'Size of Exif JPEG segment is larger than 65535 bytes'
Progress : Ready
"
I think that part of writing exif into file should be revised because it works
without any problem for png output.
Original comment by ajiekc...@gmail.com
on 17 Apr 2012 at 1:17
Thank you. But it will take some time till I'll have the time to analize it.
Sorry.
greets mike
Original comment by m...@mm-log.com
on 18 Apr 2012 at 8:07
http://dl.dropbox.com/u/31556948/_4180001.SRW
http://dl.dropbox.com/u/31556948/_4180002.SRW
This is raw files from Samsung nx 10 camera.
They are contains only dark frame noise.
I hope that it be helpful for fix the problem.
Original comment by ajiekc...@gmail.com
on 18 Apr 2012 at 9:02
Original issue reported on code.google.com by
ajiekc...@gmail.com
on 28 Sep 2011 at 4:35Attachments: