colorize

Colorizing images in Java

I'm working on some code to colorize an image in Java. Basically what I'd like to do is something along the lines of GIMP's colorize command, so that if I have a BufferedImage and a Color, I can colorize the Image with the given color. Anyone got any ideas? My current best guess at doing something like this is to get the rgb value of eac...

"Colorizing" images in .NET

Is there any simple way to programatically colorize images in .NET? Basically we have a black and white image and need to put a layer of say pink above it and reduce the opacity of that layer to make the picture colorized in pink. ...

Recoloring image ads to match website theme

What would be the best method of going about doing this? I want to essentially apply a photoshop-esque color overlay of image ads on a website. Preferably through CSS, but javascript would work too. My first idea was placing a div with the color I intend with the same width and height as the ad div, and applying an opacity setting to ...

Colorize PyLint Output?

Anyone have any tricks/techniques for colorizing PyLint output? ...

colorizing UIbuttons

Does someone know how to colorize a UIButton (iphone)? I have a greyscale image with alpha that I want to colorize to various different colors. Setting things like background color only shade the entire image without respecting the alpha. Is there a straightforward way to do this, or will I need to subclass UIButton and overload the d...

Colorize code inside <code></code>

I'm looking for a open source PHP script to colorize the code inside <code></code> or [code][/code] tags. Thanks ...

Conditional Colorization in Excel if a defined text is not exist.

Hi all, i'am trying to make a conditional colorization in Excel 2007. Let me explain in more detail. If a user writes some desired words (e.g: Alper) in A1 cell there is not problem, but if user write another word (not Alper) then i want to colorize A1 cell as red (as warning). And i want to do that for all A colmuns (A1,A2,......AN). It...

What's a good Wordpress extension for coloring C/C++/script code?

My research group uses a Wordpress blog. Frequently I want post snippets or even entire short programs I've been working on to it, with most of my code being written in C/C++ or scripting languages (Bash, TCL, etc). I figure that there have to be some good extensions to Wordpress to colorify code since so many people use it. I'm loo...