Anders Brander wrote:
>> 2. ZOOM
>> * a field with the zoom factor in the status bar (on the left of the RGB 
>> values) where I can enter the zoom (as a number) and pop up a slider to 
>> zoom in and out continuously
>> * max zoom: 400%
>> * "magnetic" values for the slider: 400%,200%,100%,zoom to fit should be 
>> weighted more than inbetween value.
> 
> We don't support zooming - and currently has no plans for it. We only
> have zoom-to-fit with loupe and 100% view.

For zoom-to-fit to work all the scaling code must already exist. If someone had 
a big enough screen they could get any zoom level they wanted by resizing the 
window.

I think i'd find a 50% zoom useful. lots of digital camera images are a bit 
soft at 100%, but its nice to zoom in little bit when applying sharpening/noise 
reduction to see how it effects small details.

Another small note on the zoom, the keyboard shortcut is '*'. my keyboard 
(en_gb) has a * on SHIFT+8, and one on the numeric pad. only the SHIFT+8 
activates the zoom. below i put the xev capture of the 2 keys.

sam

KeyPress event, serial 33, synthetic NO, window 0x3c00001,
    root 0x112, subw 0x0, time 15484283, (484,-18), root:(571,416),
    state 0x10, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 33, synthetic NO, window 0x3c00001,
    root 0x112, subw 0x0, time 15484660, (484,-18), root:(571,416),
    state 0x11, keycode 17 (keysym 0x2a, asterisk), same_screen YES,
    XLookupString gives 1 bytes: (2a) "*"
    XmbLookupString gives 1 bytes: (2a) "*"
    XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x3c00001,
    root 0x112, subw 0x0, time 15484760, (484,-18), root:(571,416),
    state 0x11, keycode 17 (keysym 0x2a, asterisk), same_screen YES,
    XLookupString gives 1 bytes: (2a) "*"
    XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x3c00001,
    root 0x112, subw 0x0, time 15485065, (484,-18), root:(571,416),
    state 0x11, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 33, synthetic NO, window 0x3c00001,
    root 0x112, subw 0x0, time 15496873, (484,-18), root:(571,416),
    state 0x10, keycode 63 (keysym 0xffaa, KP_Multiply), same_screen YES,
    XLookupString gives 1 bytes: (2a) "*"
    XmbLookupString gives 1 bytes: (2a) "*"
    XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x3c00001,
    root 0x112, subw 0x0, time 15496941, (484,-18), root:(571,416),
    state 0x10, keycode 63 (keysym 0xffaa, KP_Multiply), same_screen YES,
    XLookupString gives 1 bytes: (2a) "*"
    XFilterEvent returns: False


_______________________________________________
Rawstudio-dev mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev

Reply via email to