Re: [Pharo-users] How does one specify a format for an ImageMorph based on a binary stream

2016-08-13 Thread Hilaire
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

[Pharo-users] How does one specify a format for an ImageMorph based on a binary stream

2016-08-13 Thread Andy Burnett
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

Re: [Pharo-users] Mea Culpa

2016-08-13 Thread horrido
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

[Pharo-users] hooking into GTInspector tags

2016-08-13 Thread Peter Uhnak
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