mIRC Homepage
Posted By: BlueThen DrawCopy -t - 30/03/08 09:29 PM
The -t flag on /drawcopy doesn't work when scaling images.
Posted By: argv0 Re: DrawCopy -t - 30/03/08 09:54 PM
Confirmed, it applies transparency partially over the image:

Code:
alias bug_631_drawcopy_t_001 {
  window -p @w1 
  drawrect -rf @w1 $rgb(255,255,255) 1 0 0 80 80 
  drawrect -rfe @w1 $rgb(255,0,0) 1 0 0 80 80 
  window -p @w2 
  drawrect -rf @w2 $rgb(0,255,0) 1 0 0 160 80 
  drawcopy -t @w1 $rgb(255,255,255) 0 0 80 80 @w2 0 0 80 80
  drawcopy -t @w1 $rgb(255,255,255) 0 0 80 80 @w2 100 20 40 40
  close -@ @w1
}
Posted By: Wims Re: DrawCopy -t - 30/03/08 10:26 PM
Already reported Here
Posted By: BlueThen Re: DrawCopy -t - 30/03/08 11:51 PM
Originally Posted By: Wims
Already reported Here
Well, seeing as how that's over a month old and no one replied, was just making sure that you're aware of the bug.
Posted By: Khaled Re: DrawCopy -t - 12/04/08 10:27 AM
Thanks this issue has been fixed for the next version.
Posted By: foshizzle Re: DrawCopy -t - 14/04/08 12:46 PM
yes, i remember this, its very annoying when trying to draw gradients :P
thx for fxn it
© mIRC Discussion Forums