tint problem / RGB to ARGB
in
Programming Questions
•
2 years ago
cheers,
i have a problem: i am taking screenshots, take single lines out of them and save them as Images. things is, i need them to have transparency.
every trick i tried doesn't seem to do that.
i tried tint(255, 255, 255, 255) on the image; processing says this metthod doesn't exist. well, it's in the reference, dude! am i doing something wrong?
i tried to do an own method convertToARGB() which would do pixel math, no success.
what i get are always RGB images.
can someone help me out?
best f.
1