Menu

#34 Image Flip missing.

open
None
6
2003-02-23
2003-02-23
No

There is no way to do a global image flip, that also
works on channels and layers.

Discussion

  • Sam Richards

    Sam Richards - 2003-02-23
    • priority: 5 --> 6
    • assigned_to: nobody --> samrichards
     
  • Robin Rowe

    Robin Rowe - 2003-02-24

    Logged In: YES
    user_id=130897

    Glenn worked on this I think.

    This is from his post to the list on Oct 28, 2002:

    added to app/menus.c:
    #if 1
    { "/GP/Invert", NULL, select_invert_cmd_callback, 0 },
    { "/GP/Rotate", NULL, tools_select_cmd_callback,
    ROTATE },
    { "/GP/Curves", NULL, image_curves_cmd_callback, 0 },
    { "/GP/Scale", NULL, image_scale_cmd_callback, 0 },
    { "/GP/Canvas", NULL, image_resize_cmd_callback, 0 },
    { "/GP/Crop", NULL, tools_select_cmd_callback, CROP },
    { "/GP/Sharpen", NULL, select_sharpen_cmd_callback, 0 },
    { "/GP/Clone", NULL, tools_select_cmd_callback, CLONE },
    #endif

     

Log in to post a comment.

MongoDB Logo MongoDB