/[pengfork]/pengfork/src/fdo/atoms/image.c
ViewVC logotype

Diff of /pengfork/src/fdo/atoms/image.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chupa, Sun Dec 22 22:28:07 2002 UTC revision 1.2 by chupa, Thu Jan 2 13:43:49 2003 UTC
# Line 39  Line 39 
39    
40    
41  const atomdef_t image_atom_tab[] = {  const atomdef_t image_atom_tab[] = {
42    {"image_set_file_name"          , IMAGE_SET_FILE_NAME          , str},    {"image-set-file-name"          , IMAGE_SET_FILE_NAME          , str},
43    {"image_attr_rotate"            , IMAGE_ATTR_ROTATE            , raw},    {"image-attr-rotate"            , IMAGE_ATTR_ROTATE            , raw},
44    {"image_flip_horizontal"        , IMAGE_FLIP_HORIZONTAL        , raw},    {"image-flip-horizontal"        , IMAGE_FLIP_HORIZONTAL        , raw},
45    {"image_flip_vertical"          , IMAGE_FLIP_VERTICAL          , raw},    {"image-flip-vertical"          , IMAGE_FLIP_VERTICAL          , raw},
46    {"image_invert"                 , IMAGE_INVERT                 , raw},    {"image-invert"                 , IMAGE_INVERT                 , raw},
47    {"image_attr_sharpness"         , IMAGE_ATTR_SHARPNESS         , raw},    {"image-attr-sharpness"         , IMAGE_ATTR_SHARPNESS         , raw},
48    {"image_attr_brightness"        , IMAGE_ATTR_BRIGHTNESS        , raw},    {"image-attr-brightness"        , IMAGE_ATTR_BRIGHTNESS        , raw},
49    {"image_attr_contrast"          , IMAGE_ATTR_CONTRAST          , raw},    {"image-attr-contrast"          , IMAGE_ATTR_CONTRAST          , raw},
50    {"image_attr_image_type"        , IMAGE_ATTR_IMAGE_TYPE        , dword},    {"image-attr-image-type"        , IMAGE_ATTR_IMAGE_TYPE        , dword},
51    {"image_attr_use_suggested_size", IMAGE_ATTR_USE_SUGGESTED_SIZE, bool},    {"image-attr-use-suggested-size", IMAGE_ATTR_USE_SUGGESTED_SIZE, bool},
52    {"image_attr_aspect_ratio"      , IMAGE_ATTR_ASPECT_RATIO      , bool},    {"image-attr-aspect-ratio"      , IMAGE_ATTR_ASPECT_RATIO      , bool},
53    {"image_attr_dynamic_display"   , IMAGE_ATTR_DYNAMIC_DISPLAY   , raw},    {"image-attr-dynamic-display"   , IMAGE_ATTR_DYNAMIC_DISPLAY   , raw},
54    {"image_get_attr"               , IMAGE_GET_ATTR               , raw},    {"image-get-attr"               , IMAGE_GET_ATTR               , raw},
55    {"image_invoke_editor"          , IMAGE_INVOKE_EDITOR          , raw},    {"image-invoke-editor"          , IMAGE_INVOKE_EDITOR          , raw},
56    {"image_make_gray_scale"        , IMAGE_MAKE_GRAY_SCALE        , raw},    {"image-make-gray-scale"        , IMAGE_MAKE_GRAY_SCALE        , raw},
57    {"image_revert"                 , IMAGE_REVERT                 , raw},    {"image-revert"                 , IMAGE_REVERT                 , raw},
58    {"image_set_to_orginal_size"    , IMAGE_SET_TO_ORGINAL_SIZE    , raw},    {"image-set-to-orginal-size"    , IMAGE_SET_TO_ORGINAL_SIZE    , raw},
59    {"image_cancel_modal"           , IMAGE_CANCEL_MODAL           , raw},    {"image-cancel-modal"           , IMAGE_CANCEL_MODAL           , raw},
60    {"image_attr_extraction_format" , IMAGE_ATTR_EXTRACTION_FORMAT , raw},    {"image-attr-extraction-format" , IMAGE_ATTR_EXTRACTION_FORMAT , raw},
61    {"image_attr_comp_quality"      , IMAGE_ATTR_COMP_QUALITY      , raw},    {"image-attr-comp-quality"      , IMAGE_ATTR_COMP_QUALITY      , raw},
62    {"image_crop_image"             , IMAGE_CROP_IMAGE             , raw},    {"image-crop-image"             , IMAGE_CROP_IMAGE             , raw},
63    {"image_attr_hotspot"           , IMAGE_ATTR_HOTSPOT           , raw},    {"image-attr-hotspot"           , IMAGE_ATTR_HOTSPOT           , raw},
64    {"image_attr_hotspot_action_id" , IMAGE_ATTR_HOTSPOT_ACTION_ID , raw},    {"image-attr-hotspot-action-id" , IMAGE_ATTR_HOTSPOT_ACTION_ID , raw},
65    {"image_delete_hotspot"         , IMAGE_DELETE_HOTSPOT         , raw},    {"image-delete-hotspot"         , IMAGE_DELETE_HOTSPOT         , raw},
66    {"image_attr_hotspot_grid"      , IMAGE_ATTR_HOTSPOT_GRID      , raw},    {"image-attr-hotspot-grid"      , IMAGE_ATTR_HOTSPOT_GRID      , raw},
67    {"image_attr_image_cropable"    , IMAGE_ATTR_IMAGE_CROPABLE    , raw},    {"image-attr-image-cropable"    , IMAGE_ATTR_IMAGE_CROPABLE    , raw},
68    {"image_attr_draw_hotspot_grid" , IMAGE_ATTR_DRAW_HOTSPOT_GRID , raw},    {"image-attr-draw-hotspot-grid" , IMAGE_ATTR_DRAW_HOTSPOT_GRID , raw},
69    {"image_attr_hotspot_def_action", IMAGE_ATTR_HOTSPOT_DEF_ACTION, raw},    {"image-attr-hotspot-def-action", IMAGE_ATTR_HOTSPOT_DEF_ACTION, raw},
70    {"image_attr_show_hotspot"      , IMAGE_ATTR_SHOW_HOTSPOT      , raw},    {"image-attr-show-hotspot"      , IMAGE_ATTR_SHOW_HOTSPOT      , raw},
71    {"image_attr_fit_to_view"       , IMAGE_ATTR_FIT_TO_VIEW       , bool},    {"image-attr-fit-to-view"       , IMAGE_ATTR_FIT_TO_VIEW       , bool},
72    {"image_attr_background_blend"  , IMAGE_ATTR_BACKGROUND_BLEND  , raw},    {"image-attr-background-blend"  , IMAGE_ATTR_BACKGROUND_BLEND  , raw},
73    {"image_attr_hotspot_type"      , IMAGE_ATTR_HOTSPOT_TYPE      , raw},    {"image-attr-hotspot-type"      , IMAGE_ATTR_HOTSPOT_TYPE      , raw},
74    {"image_attr_custom_hilight"    , IMAGE_ATTR_CUSTOM_HILIGHT    , raw},    {"image-attr-custom-hilight"    , IMAGE_ATTR_CUSTOM_HILIGHT    , raw},
75    {"image_attr_hotspot_offset"    , IMAGE_ATTR_HOTSPOT_OFFSET    , raw},    {"image-attr-hotspot-offset"    , IMAGE_ATTR_HOTSPOT_OFFSET    , raw},
76    {"image_attr_hilight_type"      , IMAGE_ATTR_HILIGHT_TYPE      , raw},    {"image-attr-hilight-type"      , IMAGE_ATTR_HILIGHT_TYPE      , raw},
77    {"image_attr_custom_offset"     , IMAGE_ATTR_CUSTOM_OFFSET     , raw},    {"image-attr-custom-offset"     , IMAGE_ATTR_CUSTOM_OFFSET     , raw},
78    {"image_attr_file_id"           , IMAGE_ATTR_FILE_ID           , dword},    {"image-attr-file-id"           , IMAGE_ATTR_FILE_ID           , dword},
79    {"image_attr_thumbnail"         , IMAGE_ATTR_THUMBNAIL         , bool},    {"image-attr-thumbnail"         , IMAGE_ATTR_THUMBNAIL         , bool},
80    {"image_attr_save_orig_size"    , IMAGE_ATTR_SAVE_ORIG_SIZE    , bool},    {"image-attr-save-orig-size"    , IMAGE_ATTR_SAVE_ORIG_SIZE    , bool},
81    {"image_open_file_relative"     , IMAGE_OPEN_FILE_RELATIVE     , str},    {"image-open-file-relative"     , IMAGE_OPEN_FILE_RELATIVE     , str},
82    {"image_db_id"                  , IMAGE_DB_ID                  , dword},    {"image-db-id"                  , IMAGE_DB_ID                  , dword},
83    {"image_attr_scale_display"     , IMAGE_ATTR_SCALE_DISPLAY     , dword},    {"image-attr-scale-display"     , IMAGE_ATTR_SCALE_DISPLAY     , dword},
84    {"image_attr_scale_best_fit"    , IMAGE_ATTR_SCALE_BEST_FIT    , bool},    {"image-attr-scale-best-fit"    , IMAGE_ATTR_SCALE_BEST_FIT    , bool},
85    {NULL, -1, na}    {NULL, -1, na}
86  };  };

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26