In Version 1.1, the program used the int data type, so any value like 0.04 was treated as 0. However, in the newer version, it now uses the double data type, so values like 0.04 are preserved correctly and not rounded down to zero.
I then tried using the following command:
Surprisingly, this worked—even though I'm not sure why, as it doesn't really make sense to me.
I then tried using the following command:
Code:
Parameter = -f "#CURRENTPATH#C.png" -r #CURRENTCONFIGX#,#CURRENTCONFIGY#,#CURRENTCONFIGWIDTH#,#CURRENTCONFIGHEIGHT# -format png -p -repeat 0 #Shots#
Surprisingly, this worked—even though I'm not sure why, as it doesn't really make sense to me.
Statistics: Posted by nstechbytes — 14 minutes ago — Replies 45 — Views 2638