extensions.st
author Claus Gittinger <cg@exept.de>
Thu, 24 Aug 2017 17:55:36 +0200
changeset 3460 5d1d7e85222c
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#FEATURE by cg class: ImageEditor added: #askForDepthThenDo: #ditherGrayToDepth #ditherGrayToDepth: #thresholdGrayToDepth #thresholdGrayToDepth: comment/format in: #thresholdToDepth: changed: #ditherToDepth #ditherToDepth: #makeMonochromeImage #thresholdToDepth #update:with:from: category of: #ditherToDepth #ditherToDepth: #thresholdToDepth #thresholdToDepth: class: ImageEditor class comment/format in: #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$'
! !