View Single Post
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#9
Thanks for reporting and sorry for being late, 0.0.2 fixes the focus bug and makes the flash stronger, 0.0.3 has a --size argument to control the photo sizes, it takes S M L XL, defaults to L.

for the curious
Code:
    
    if (size == "S"){
        width =  816;
        height = 608;
    } else if (size == "M"){
        width =  1632;
        height = 1232;
    } else if (size == "XL"){
        width = 3264;
        height = 2455;
    }
__________________
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla –– contactlaunch –– timenow

Nemo UX blog: Grog
My website: qwazix.com
My job: oob
 

The Following User Says Thank You to qwazix For This Useful Post: