<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Hi K,<br>
<br>
Have a look on the Farm for 'ScreenShot' or you can download it from
<a moz-do-not-send="true"
href="https://gambas.one/gambasfarm/?id=877&action=search">here</a>.
This program allows you to draw all sorts on an image and save it.
You can also re-edit it.<br>
<br>
<a moz-do-not-send="true"
href="https://www.youtube.com/watch?v=0VZjC1pt7qU&feature=youtu.be">Here</a>
is a video of what it can do and it's all written in Gambas.<br>
<br>
Charlie<br>
<br>
<br>
<div class="moz-cite-prefix">On 18/10/2020 12:56, KKing wrote:<br>
</div>
<blockquote type="cite"
cite="mid:6682f67e-148a-ef0d-7ab0-ec1407218722@gmail.com">So I
want to load a png, then draw some rectangles on it and resave it.
<br>
<br>
Any pointers, after reading and searching I'm just confused by
Draw, Paint, DrawingArea, PictureBox etc.
<br>
<br>
Also why does
<br>
PictureBox1.Picture = Picture.Load("/media/user01/Test01.png")
<br>
work but
<br>
myPicture = New Picture
<br>
myPicture.Load("/media/user01/Test01.png")
<br>
PictureBox1.Picture = myPicture
<br>
does not ?
<br>
<br>
K.
<br>
<br>
<br>
----[ <a class="moz-txt-link-freetext" href="http://gambaswiki.org/wiki/doc/netiquette">http://gambaswiki.org/wiki/doc/netiquette</a> ]----
<br>
</blockquote>
<br>
</body>
</html>