I am not sure to understand you, but should you not use:
ImageReadWriter class>>formFromStream:
Then use Form or BitBlt protocols for your bits manipulations?
Hilaire
Le 14/08/2016 à 10:02, Andy Burnett a écrit :
> I am trying to do some simple image manipulation. Basically, I want to
> subtrac
I am trying to do some simple image manipulation. Basically, I want to
subtract one image from another, to see what's left.
As an experiment, did
aStream := ReadStream on: image1 imageExport.
newImageMorph := ImageMorph fromStream:aStream.
Unfortunately, this fails because there is no subclass t
hernanmd wrote
> I am not that convinced Smalltalk should be popular. Surely any
> smalltalker
> could find easily (more) job offers, that would be the only determinant
> factor because we need desperately more Smalltalk positions. But
> popularity
> has many drawbacks some smalltalkers are afr
Hi,
how can one hook into the GTInspector tags that can be filtered?
Apparently I can assign a presentation to a tag with ``,
however this works only if the tag name was already added.
As this was done in GTInspector>>initialize, it makes the whole filtering idea
quite useless (unless I explici