Quote:
Originally Posted by Razor12911
Thanks Grumpy. These days I don't care about what people say anymore.
KaktoR Thanks for your concern about the program. You can use the sensitivity bar to detect semi- transparent regions, if the sensitivity is high then even semi transparent regions will be black but if it is low then transparent regions will be white.
the sensitivity bar is made for transparency.
later guys...
will create progressbar and checkbox creator at a later stage. I think I can pronounce myself as a 17 year old programmer.  .
I will try my best to make this forum the future I guess,
@jamel2013
the form and png must be the same width and height else that will happen.
|
little proposition for your program, you can do it without sensitivity gauge, just check every pixel for alpha (if < 255 then mask pixel will be black(or white) in other way mask pixel will be white (or black). as you may know, to create ideal mask for inno, you must make some steps:
-png and bmp must be the same size.
-all pixels with opacity less then 255 must by black(or white) and all others white (or black)
-bmp format must be monochrome
if you don't know where to start - search png alphascanline
i hope i help you.