History log of /haiku/src/add-ons/translators/raw/RAW.h
Revision Date Author Comments
# bb61af4f 21-Jun-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

iPatch by Jorma Karvonen : fix warning about deprecated convertion in raw translator.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37206 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 08246612 30-Oct-2008 Axel Dörfler <axeld@pinc-software.de>

* The identify algorithm will no longer accept compressions it doesn't know
anything about (fix for ticket #2628).
* Fixed TReadHelper::ReadShorts() which only read half of the data.
* Disabled the stuff for the old Canon format for now (didn't work yet anyway).
* Tried to add RAW unpacked mode, but it doesn't seem to work yet (tried with
an Olympus RAW image) (and is therefore disabled, too).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28381 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 225c0ed6 30-Oct-2008 Axel Dörfler <axeld@pinc-software.de>

* Reverted parts of r28370:
- the check for compression when counting valid images was wrong, and
broke all RAW formats that weren't using this compression.
- COMPRESSION_PACKBITS was defined twice.
* Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28374 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3ebfe9b2 29-Oct-2008 Jérôme Duval <korli@users.berlios.de>

make sure we support the compression, it could be a tiff image


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28370 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8b4bb469 23-Apr-2007 Axel Dörfler <axeld@pinc-software.de>

"Ported" wavelet denoising code from dcraw - not tested, probably won't work yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20790 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 646dadb9 10-Apr-2007 Axel Dörfler <axeld@pinc-software.de>

Implemented a progress monitor - I'll implement support for this in ShowImage next.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20644 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1b52d54a 09-Apr-2007 Axel Dörfler <axeld@pinc-software.de>

Now adds a fake TIFF header to the exported EXIF data so that the used endian of the data is known.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20630 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a238446a 09-Apr-2007 Axel Dörfler <axeld@pinc-software.de>

Now puts the EXIF data verbatim into the message passed to Translate().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20626 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aaea7f17 23-Mar-2007 Axel Dörfler <axeld@pinc-software.de>

Now also supports Canon's CR2 format - note, all images are only opened in half of
their original size for now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20409 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8260e407 22-Mar-2007 Axel Dörfler <axeld@pinc-software.de>

* Initial and very basic version of a RAW image translator.
* Based on Dave Coffin's fabuluous dcraw - it's basically the same thing in C++,
but follows common sense programming rules a bit more :-).
* Current version probably only supports PENTAX RAW format, though.
* Still lots of places left to clean up.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20404 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bb61af4f64978e2e679d78c4a8c3ade2bbcc868c 21-Jun-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

iPatch by Jorma Karvonen : fix warning about deprecated convertion in raw translator.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37206 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 082466120ed4e751c6604e33801b7cd418f21e22 30-Oct-2008 Axel Dörfler <axeld@pinc-software.de>

* The identify algorithm will no longer accept compressions it doesn't know
anything about (fix for ticket #2628).
* Fixed TReadHelper::ReadShorts() which only read half of the data.
* Disabled the stuff for the old Canon format for now (didn't work yet anyway).
* Tried to add RAW unpacked mode, but it doesn't seem to work yet (tried with
an Olympus RAW image) (and is therefore disabled, too).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28381 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 225c0ed64191dbc8ed8a236dbc008ef3724630c9 30-Oct-2008 Axel Dörfler <axeld@pinc-software.de>

* Reverted parts of r28370:
- the check for compression when counting valid images was wrong, and
broke all RAW formats that weren't using this compression.
- COMPRESSION_PACKBITS was defined twice.
* Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28374 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3ebfe9b245239e0d25f96f2d0fabd16c2d2efe00 29-Oct-2008 Jérôme Duval <korli@users.berlios.de>

make sure we support the compression, it could be a tiff image


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28370 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8b4bb46952ddff761742952134f7d70043720700 23-Apr-2007 Axel Dörfler <axeld@pinc-software.de>

"Ported" wavelet denoising code from dcraw - not tested, probably won't work yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20790 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 646dadb991685ed1b37fa956a13f6893dc1e3f72 10-Apr-2007 Axel Dörfler <axeld@pinc-software.de>

Implemented a progress monitor - I'll implement support for this in ShowImage next.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20644 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1b52d54a31848822e6543ce6ded5b1cd753e9afa 09-Apr-2007 Axel Dörfler <axeld@pinc-software.de>

Now adds a fake TIFF header to the exported EXIF data so that the used endian of the data is known.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20630 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a238446abbd40a4bb10f8844abcc02e6d70bedb4 09-Apr-2007 Axel Dörfler <axeld@pinc-software.de>

Now puts the EXIF data verbatim into the message passed to Translate().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20626 a95241bf-73f2-0310-859d-f6bbb57e9c96


# aaea7f179587fc1d00f364107290bf8376f29527 23-Mar-2007 Axel Dörfler <axeld@pinc-software.de>

Now also supports Canon's CR2 format - note, all images are only opened in half of
their original size for now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20409 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8260e407c5b00b7931e542fe54604ebd92b42ffa 22-Mar-2007 Axel Dörfler <axeld@pinc-software.de>

* Initial and very basic version of a RAW image translator.
* Based on Dave Coffin's fabuluous dcraw - it's basically the same thing in C++,
but follows common sense programming rules a bit more :-).
* Current version probably only supports PENTAX RAW format, though.
* Still lots of places left to clean up.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20404 a95241bf-73f2-0310-859d-f6bbb57e9c96