commit | 15781e5110c893ce0eb7924926ae0d1a056f90eb | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Dec 05 23:05:27 2009 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Dec 05 23:05:27 2009 +0000 |
tree | 6e7ea288a98aeaed3043c25d13687f316c5286f8 | |
parent | 8cb51241c03102417c0228260c67e80ddbc9ed21 [diff] [blame] |
diff --git a/Magick++/lib/Options.cpp b/Magick++/lib/Options.cpp index 5bae6c6..a9cd525 100644 --- a/Magick++/lib/Options.cpp +++ b/Magick++/lib/Options.cpp
@@ -228,6 +228,15 @@ return _imageInfo->endian; } +void Magick::Options::file ( FILE *file_ ) +{ + SetImageInfoFile(_imageInfo, file_ ); +} +FILE *Magick::Options::file ( void ) const +{ + return _imageInfo->file; +} + void Magick::Options::fileName ( const std::string &fileName_ ) { fileName_.copy( _imageInfo->filename, MaxTextExtent-1 );