QB64 Phoenix Edition
DAY 009:_PutImage - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: Official Links (https://staging.qb64phoenix.com/forumdisplay.php?fid=16)
+--- Forum: Learning Resources and Archives (https://staging.qb64phoenix.com/forumdisplay.php?fid=13)
+---- Forum: Keyword of the Day! (https://staging.qb64phoenix.com/forumdisplay.php?fid=49)
+---- Thread: DAY 009:_PutImage (/showthread.php?tid=1119)

Pages: 1 2 3 4 5 6


RE: DAY 009:_PutImage - grymmjack - 09-02-2023

@grymmjack test 2


RE: DAY 009:_PutImage - grymmjack - 09-02-2023

@grymmjack test!


RE: DAY 009:_PutImage - grymmjack - 09-02-2023

(11-16-2022, 03:55 AM)SMcNeill Wrote:
(11-16-2022, 03:48 AM)james2464 Wrote: Suppose you want to use _PUTIMAGE _SMOOTH to blur an image....more than once...

Would this be possible?  If so, how would you go about it?  Based on my understanding, this seems impossible but I could be wrong.  I attempted it and failed so I thought I'd ask.

I honestly don't think you can, since hardware images aren't alterable, so you're not going to _SMOOTH them.   I think it's basically going to be a onetime process, with you having to write your own smooth routine in case you want to process the same image multiple times.

@grymmjack test 3


RE: DAY 009:_PutImage - grymmjack - 09-02-2023

(11-16-2022, 03:55 AM)SMcNeill Wrote:
(11-16-2022, 03:48 AM)james2464 Wrote: Suppose you want to use _PUTIMAGE _SMOOTH to blur an image....more than once...

Would this be possible?  If so, how would you go about it?  Based on my understanding, this seems impossible but I could be wrong.  I attempted it and failed so I thought I'd ask.

I honestly don't think you can, since hardware images aren't alterable, so you're not going to _SMOOTH them.   I think it's basically going to be a onetime process, with you having to write your own smooth routine in case you want to process the same image multiple times.

@grymmjack test test


RE: DAY 009:_PutImage - grymmjack - 09-02-2023

(11-15-2022, 04:52 PM)bplus Wrote:
(11-15-2022, 04:43 PM)Pete Wrote: Thanks for _SMOOTHing things over.

Pete

Yes thankyou, Steve for checking into Smooth. I now have foggy memory or notion of trying out Smooth long ago and not getting anything noticeable happening.

@grymmjack final test?