Changeset 7 for trunk/UCore.lfm


Ignore:
Timestamp:
Sep 19, 2014, 9:25:56 AM (10 years ago)
Author:
chronos
Message:
  • Added: Mono image color format. Pixels/channels with lower size then byte are not supported yet.
  • Added: Slow image flip and mirror operation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r6 r7  
    2020    end
    2121    object AImageClear: TAction
     22      Category = 'Image'
    2223      Caption = 'Clear'
    2324      OnExecute = AImageClearExecute
     
    6061      Caption = 'Save as...'
    6162    end
     63    object AImageRandom: TAction
     64      Category = 'Image'
     65      Caption = 'Random'
     66      OnExecute = AImageRandomExecute
     67    end
     68    object AImageFlip: TAction
     69      Category = 'Image'
     70      Caption = 'Flip'
     71      OnExecute = AImageFlipExecute
     72    end
     73    object AImageMirror: TAction
     74      Category = 'Image'
     75      Caption = 'Mirror'
     76      OnExecute = AImageMirrorExecute
     77    end
    6278  end
    6379  object ImageList1: TImageList
Note: See TracChangeset for help on using the changeset viewer.