Improved XMP value toLong, toFloat and toRational using new functions parseLong, parseFloat and parseRational. (Vladimir Nadvornik)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
string long float Rational
|
||||
True 1 1 1/1
|
||||
False 0 0 0/1
|
||||
t 1 1 1/1
|
||||
f 0 0 0/1
|
||||
-1 -1 -1 -1/1
|
||||
0 0 0 0/1
|
||||
1 1 1 1/1
|
||||
0.0 0 0 0/1
|
||||
0.1 0 0.1 1/10
|
||||
0.01 0 0.01 1/100
|
||||
0.001 0 0.001 1/1000
|
||||
-1.49999 -1 -1.49999 -149999/100000
|
||||
-1.5 -1 -1.5 -3/2
|
||||
1.49999 1 1.49999 149999/100000
|
||||
1.5 1 1.5 3/2
|
||||
0/1 0 0 0/1
|
||||
1/1 1 1 1/1
|
||||
1/3 0 0.333333 1/3
|
||||
-1/3 0 -0.333333 -1/3
|
||||
4/3 1 1.33333 4/3
|
||||
-4/3 -1 -1.33333 -4/3
|
||||
0/0 nok nok 0/0
|
||||
text nok nok nok
|
||||
@@ -287,7 +287,7 @@ Xmp.dc.two XmpText 6 3.1415
|
||||
Xmp.dc.three XmpText 3 5/7
|
||||
Xmp.dc.four XmpText 3 255
|
||||
Xmp.dc.five XmpText 3 256
|
||||
Xmp.dc.six XmpText 5 false
|
||||
Xmp.dc.six XmpText 5 False
|
||||
Xmp.dc.seven XmpText 5 Seven
|
||||
Xmp.dc.format XmpText 10 image/jpeg
|
||||
Xmp.dc.creator XmpSeq 3 1) The first creator, 2) The second creator, 3) And another one
|
||||
@@ -322,7 +322,7 @@ Xmp.xmpBJ.JobRef[2]/stJob:role XmpText 8 Best man
|
||||
dc:three="5/7"
|
||||
dc:four="255"
|
||||
dc:five="256"
|
||||
dc:six="false"
|
||||
dc:six="False"
|
||||
dc:seven="Seven"
|
||||
dc:format="image/jpeg"
|
||||
ns:myProperty="myValue">
|
||||
|
||||
Reference in New Issue
Block a user