Subversion Repositories Kolibri OS

Rev

Rev 8497 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8497 Rev 9640
Line 2847... Line 2847...
2847
    img.to_file        , 'img_to_file'        , \
2847
    img.to_file        , 'img_to_file'        , \
2848
    img.from_rgb       , 'img_from_rgb'       , \
2848
    img.from_rgb       , 'img_from_rgb'       , \
2849
    img.to_rgb         , 'img_to_rgb'         , \
2849
    img.to_rgb         , 'img_to_rgb'         , \
2850
    img.to_rgb2        , 'img_to_rgb2'        , \
2850
    img.to_rgb2        , 'img_to_rgb2'        , \
2851
    img.decode         , 'img_decode'         , \
2851
    img.decode         , 'img_decode'         , \
2852
    img.encode         , 'img_encode'         , \
2852
    img.encode         , 'img_encode'         , \ ;supported formats: PNG 24 32, BMP 24 32, PNM 1 8g 24
2853
    img.create         , 'img_create'         , \
2853
    img.create         , 'img_create'         , \
2854
    img.destroy        , 'img_destroy'        , \
2854
    img.destroy        , 'img_destroy'        , \
2855
    img.destroy.layer  , 'img_destroy_layer'  , \
2855
    img.destroy.layer  , 'img_destroy_layer'  , \
2856
    img.count          , 'img_count'          , \
2856
    img.count          , 'img_count'          , \
2857
    img.lock_bits      , 'img_lock_bits'      , \
2857
    img.lock_bits      , 'img_lock_bits'      , \