Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
_Putimage Question.
#7
The thing is, you're only seeing a small portion of the actual imagine you're putting on the screen.

Code: (Select All)
**********************
*P                   *
*                    *
*                    *
*                    *
*                    *
*                    *
*                    *
*                    *
**********************

Now, let's say the above is your arrow on a 120x120 image. Do you notice how you're only actually displaying a very small corner of that image?  The vast majority is going to be black space.   But it's still there.   When you put that on a 360x360 image, you're basically just going to blow that P up to triple the size and have a ton of blank space.



Code: (Select All)
*****
*P  *
*   *
*****

Now compare the first image to the second one here.  Notice how that P now has a completely different area of white space around it it?  When you put this small image on the same 360x360 screen, it's not going to triple the size.  It's going to go from the 30x30 screen above and blow it up 12 times as wide and tall to fit the same 360x360 screen.

That's basically what you're doing here and why you're getting the results you are.

The smaller you screen, the more it's going to have to stretch to fill the area you want it to fill.

(Edit and why those code boxes aren't preserving the spaces properly is a mystery to me.  Grrrr)
Reply


Messages In This Thread
_Putimage Question. - by Pete - 01-04-2026, 04:33 PM
RE: _Putimage Question. - by bplus - 01-04-2026, 04:46 PM
RE: _Putimage Question. - by Pete - 01-04-2026, 04:56 PM
RE: _Putimage Question. - by bplus - 01-04-2026, 05:06 PM
RE: _Putimage Question. - by bplus - 01-04-2026, 05:16 PM
RE: _Putimage Question. - by Pete - 01-04-2026, 06:07 PM
RE: _Putimage Question. - by bplus - 01-04-2026, 07:19 PM
RE: _Putimage Question. - by SMcNeill - 01-04-2026, 06:52 PM
RE: _Putimage Question. - by bplus - 01-04-2026, 07:36 PM
RE: _Putimage Question. - by Pete - 01-04-2026, 09:09 PM
RE: _Putimage Question. - by SMcNeill - 01-04-2026, 09:21 PM
RE: _Putimage Question. - by Pete - 01-04-2026, 09:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Nice simple, I hope, question Mad Axeman 4 360 12-20-2025, 09:28 PM
Last Post: SMcNeill
  _putimage (Solved) Pete 0 224 11-16-2025, 06:48 AM
Last Post: Pete
  NewBie Question niteflyer 2 345 11-06-2025, 07:11 PM
Last Post: Petr
  A Question About _MAPTRIANGLE Magdha 2 388 11-02-2025, 11:37 AM
Last Post: Magdha
  '$include: 'file.tmr' Timing Question pmackay 2 439 10-16-2025, 12:20 PM
Last Post: a740g

Forum Jump:


Users browsing this thread: 2 Guest(s)