revert
This commit is contained in:
parent
851e8f46ff
commit
d936312207
|
@ -417,8 +417,8 @@ public:
|
||||||
return( embed_exif );
|
return( embed_exif );
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int Width() const { return ((orientation==ROTATE_90||orientation==ROTATE_270)?height:width); }
|
unsigned int Width() const { return width; }
|
||||||
unsigned int Height() const { return ((orientation==ROTATE_90||orientation==ROTATE_270)?width:height); }
|
unsigned int Height() const { return height; }
|
||||||
unsigned int Colours() const { return( camera->Colours() ); }
|
unsigned int Colours() const { return( camera->Colours() ); }
|
||||||
unsigned int SubpixelOrder() const { return( camera->SubpixelOrder() ); }
|
unsigned int SubpixelOrder() const { return( camera->SubpixelOrder() ); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue