Inkscape
Vector Graphics Editor
|
#include <image-resolution.h>
Public Member Functions | |
ImageResolution (char const *fn) | |
bool | ok () const |
double | x () const |
double | y () const |
Private Member Functions | |
void | readpng (char const *fn) |
void | readexif (char const *fn) |
void | readexiv (char const *fn) |
void | readjfif (char const *fn) |
void | readmagick (char const *fn) |
Private Attributes | |
bool | ok_ |
double | x_ |
double | y_ |
Definition at line 17 of file image-resolution.h.
Definition at line 54 of file image-resolution.cpp.
References ok_, readexif(), readexiv(), readjfif(), readmagick(), readpng(), and x().
|
inline |
Definition at line 22 of file image-resolution.h.
References ok_.
Definition at line 204 of file image-resolution.cpp.
References Inkscape::Extension::Internal::exifDouble(), ok_, x(), x_, and y_.
Referenced by ImageResolution().
Definition at line 248 of file image-resolution.cpp.
References end, image, ok_, x(), x_, and y_.
Referenced by ImageResolution().
Definition at line 321 of file image-resolution.cpp.
References Inkscape::Extension::Internal::irjfif_emit_message(), Inkscape::Extension::Internal::irjfif_error_exit(), Inkscape::Extension::Internal::irjfif_format_message(), Inkscape::Extension::Internal::irjfif_output_message(), Inkscape::Extension::Internal::irjfif_reset(), ok_, x(), x_, and y_.
Referenced by ImageResolution().
Definition at line 387 of file image-resolution.cpp.
References Inkscape::Util::Quantity::convert(), Inkscape::Extension::Internal::err(), image, ok_, x(), x_, and y_.
Referenced by ImageResolution().
Definition at line 90 of file image-resolution.cpp.
References Inkscape::Extension::Internal::haspngheader(), ok_, x(), x_, and y_.
Referenced by ImageResolution().
|
inline |
Definition at line 23 of file image-resolution.h.
References x_.
Referenced by ImageResolution(), readexif(), readexiv(), readjfif(), readmagick(), and readpng().
|
inline |
Definition at line 24 of file image-resolution.h.
References y_.
|
private |
Definition at line 27 of file image-resolution.h.
Referenced by ImageResolution(), ok(), readexif(), readexiv(), readjfif(), readmagick(), and readpng().
|
private |
Definition at line 28 of file image-resolution.h.
Referenced by readexif(), readexiv(), readjfif(), readmagick(), readpng(), and x().
|
private |
Definition at line 29 of file image-resolution.h.
Referenced by readexif(), readexiv(), readjfif(), readmagick(), readpng(), and y().