extensions.st
author Claus Gittinger <cg@exept.de>
Wed, 30 Aug 2017 15:42:00 +0200
changeset 3471 95c973cafdc1
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: ImageEditor class definition added: #convertToDepth:dither: #thresholdToDepth removed: #ditherToDepth: changed: #askForDepthThenDo: #ditherGrayToDepth: #ditherToDepth #doMagnifyImageBy class: ImageEditor class comment/format in: #menuEdit changed: #menuColors

"{ Package: 'stx:libtool2' }"!

!Image methodsFor:'misc ui support'!

edit
    "open an image editor on the receiver"

    ImageEditor openOnImage:self.

    "Created: / 8.8.1998 / 01:25:15 / cg"
! !

!stx_libtool2 class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !