GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
__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.

Macros

#define COMPRESS_MAGICK_IMAGE_VECTOR(GM_TYPE)
 

Functions

octave_value_list F__magick_finfo__ (const octave_value_list &args, int)
 
octave_value_list F__magick_formats__ (const octave_value_list &args, int)
 
octave_value_list F__magick_ping__ (const octave_value_list &args, int)
 
octave_value_list F__magick_read__ (const octave_value_list &args, int nargout)
 
octave_value_list F__magick_write__ (const octave_value_list &args, int)
 
template<typename T >
octave_value_list 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)

Function Documentation

◆ F__magick_finfo__()

◆ F__magick_formats__()

◆ F__magick_ping__()

octave_value_list F__magick_ping__ ( const octave_value_list args,
int   
)

◆ F__magick_read__()

◆ F__magick_write__()

◆ read_images()

template<typename T >
octave_value_list read_images ( std::vector< Magick::Image > &  imvec,
const Array< octave_idx_type > &  frameidx,
const octave_idx_type nargout,
const octave_scalar_map options 
)

Definition at line 388 of file __magick_read__.cc.

References error(), and Array< T, Alloc >::numel().