Project

General

Profile

Bug #693

Get image grabbing more than you ask for

Added by Paul Kitching about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
03/14/2021
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

It get's a particular percentage more than you ask for. The starting x,y is okay, but the 2nd x,y are about 40% further right and down.

#manifest: "aoz"
#splashScreen:False
c=0
for x=1 to 150
    add c,1,0 to 31
    ink c
    bar rnd(screen width),rnd(screen height) to rnd(screen width),rnd(screen height)
next x
ink 0
box 150,50 to 550,150
get image 1,150,50,550,150
wait key
cls
bob 1,150,50,1
wait key

Also the help makes it sound like it will be transparent of colour $000000, but it isn't. I still need to set transparency on the screen first. I'm not sure if this is intended or not.

#1

Updated by Paul Kitching about 3 years ago

  • Status changed from New to Closed

It's a different format to the GET BOB command, so the 2nd set of x/y were added to the first (width/height) and not the actual positions.
Not a bug.

Also available in: Atom PDF