|
libopenraw
0.3.7
|
Dump a RawFile. (functor) More...
Public Member Functions | |
| OrDiag (std::ostream &out, const std::string &extract_thumbs, bool dev_mode) | |
| Constructor. More... | |
| std::string | cfaPatternToString (ORMosaicInfoRef pattern) |
| std::string | cfaPatternToString (::or_cfa_pattern t) |
| std::string | dataTypeToString (or_data_type t) |
| std::string | extractThumb (ORThumbnailRef thumb) |
| Extract thumbnail to a file. More... | |
| void | dumpPreviews (ORRawFileRef rf) |
| Dump the previews of the raw file to the output stream. | |
| void | dumpRawData (ORRawFileRef rf) |
| void | dumpMetaData (ORRawFileRef rf) |
| void | operator() (const std::string &s) |
Dump a RawFile. (functor)
Definition at line 46 of file ordiag.cpp.
|
inline |
Constructor.
| out | The output stream |
| extract_thumbs | If "all" extract all thumbnails, otherwise try to guess the size. |
| dev_mode | If true the output format for devlopment. |
Definition at line 55 of file ordiag.cpp.
|
inline |
Extract thumbnail to a file.
Definition at line 167 of file ordiag.cpp.
References OR_DATA_TYPE_JPEG, OR_DATA_TYPE_PIXMAP_8RGB, or_thumbnail_data(), or_thumbnail_data_size(), or_thumbnail_dimensions(), and or_thumbnail_format().
Referenced by dumpPreviews().