]> git.sesse.net Git - casparcg/commit
* Changed to int to simplify code in places in the photoshop producer where the exact...
authorHelge Norberg <helge.norberg@svt.se>
Thu, 3 Sep 2015 16:08:14 +0000 (18:08 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Thu, 3 Sep 2015 16:08:14 +0000 (18:08 +0200)
commit615812971a78e180db35266f1e3c6afc6e0ad9c6
tree60f638ff30c5145214b1c04f4869f08eae6988fb
parent0be0000e0e09d883905b143f56f1ab2d52e3ec4c
* Changed to int to simplify code in places in the photoshop producer where the exact size of the integer is not essential to correctly parse the document.
* Fixed subtle bug in photoshop producer where an uint16 was casted to int but should have been casted to int16 before casting to int (usually widening, so more than 16 bits).
* Reverted usage of wstring in pdf_reader to string.
modules/psd/channel.h
modules/psd/descriptor.cpp
modules/psd/image.h
modules/psd/layer.cpp
modules/psd/layer.h
modules/psd/psd_document.cpp
modules/psd/psd_document.h
modules/psd/util/bigendian_file_input_stream.cpp
modules/psd/util/bigendian_file_input_stream.h
modules/psd/util/pdf_reader.cpp
modules/psd/util/pdf_reader.h