<div dir="ltr">errata: “self“ should be “anImageMorph”. I.e.:<br><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">anImageMorph image: (anImage magnifyTo: anImageMorph morphExtent)</blockquote></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, 21 Mar 2025 at 19:48, Ezequiel Birman <<a href="mailto:ebirman77@gmail.com">ebirman77@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>I'm not sure what are you trying to do but I'll guess that if you're trying to get the image fill the morphExtent, you cand send `image:` to the imageMorph.<br>anImageMorph image: (anImage magnifyTo: self morphExtent)<br><br></div>HTH,<br><br>-- <br></div>Eze</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 20 Mar 2025 at 09:00, Hilaire Fernandes via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st" target="_blank">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>
<div bgcolor="#FFFFFF">
<p><font size="4">A remark, you should only magnify the form. Not
sure it solves your problem, though</font><br>
</p>
<div>Le 19/03/2025 à 22:11, Mark Volkmann
via Cuis-dev a écrit :<br>
</div>
<blockquote type="cite">
<div>percent := 0.75.<br>
form := Form fromFileNamed: filePath :: magnifyBy: percent.<br>
morph := ImageMorph newWith: form :: scaleBy: percent.<br>
</div>
</blockquote>
<pre cols="72">--
<a href="http://mamot.fr/@drgeo" target="_blank">http://mamot.fr/@drgeo</a></pre>
</div>
-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div>
</blockquote></div>