Hello

Is it possible to include a in-image picture in Pillar which I get by evaluating

    myMorph imageForm?

Or do I need to write the instance of Form I get by evaluating the
expression above first as a PNG file to disk and get it from there.


PNGReadWriter
                putForm: myMorph imageForm
                onFileNamed: aString

If yes what is the default directory where does Pillar expects pictures --


The Pillar cheat sheet [1] and the Pillar chapter in the Pharo
enterprise book no 3 [2] have an example

    +Caption>file://image.png|width=50|label=label+


Regards

Hannes



[1]
http://pillarhub.pharocloud.com/hub/pillarhub/pillarcheatsheet

[2] Section 3.8 of
https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/PillarChap/Pillar.html

Reply via email to