[ Version ( since = "0.16.0" ) ]
public bool set_exif_tag_rational (string tag, int nom, int den) throws Error
Set EXIF tag represented by a fraction, with nom being the numerator, den the denominator of the
fraction.
| this |
An instance of [class@GExiv2.Metadata] |
| tag |
The Exiv2 tag |
| nom |
Rational numerator |
| den |
Rational denominator |
|
Boolean success value |