GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
__magick_read__.cc File Reference
#include "file-stat.h"
#include "lo-sysdep.h"
#include "oct-env.h"
#include "oct-time.h"
#include "defun.h"
#include "error.h"
#include "ov-struct.h"
#include "errwarn.h"
#include <Magick++.h>
#include <clocale>

Go to the source code of this file.

Namespaces

 octave
 

Macros

#define COMPRESS_MAGICK_IMAGE_VECTOR(GM_TYPE)
 

Functions

octave_value_list octave::F__magick_finfo__ (const octave_value_list &args, int)
 
octave_value_list octave::F__magick_formats__ (const octave_value_list &args, int)
 
octave_value_list octave::F__magick_ping__ (const octave_value_list &args, int)
 
octave_value_list octave::F__magick_read__ (const octave_value_list &args, int nargout)
 
octave_value_list octave::F__magick_write__ (const octave_value_list &args, int)
 
template<typename T >
octave_value_list octave::read_images (std::vector< Magick::Image > &imvec, const Array< octave_idx_type > &frameidx, const octave_idx_type &nargout, const octave_scalar_map &options)
 

Macro Definition Documentation

◆ COMPRESS_MAGICK_IMAGE_VECTOR

#define COMPRESS_MAGICK_IMAGE_VECTOR (   GM_TYPE)
Value:
for (std::vector<Magick::Image>::size_type i = 0; i < imvec.size (); i++) \
imvec[i].compressType (GM_TYPE)