Francesco
Francesco

Reputation: 25259

php/css/js: whitening img background?

I have many images in my DB that have an off white background which bothers me...

is there a a way either try CSS or PHP or else to adjust them automatically?

it's literally a 5% off white, for worse photos i dont care and I will use photoshop

Upvotes: 1

Views: 45

Answers (1)

Rosseyn
Rosseyn

Reputation: 72

PHP has GD lib available, you could whiten the whole image, or work on a far more complicated implementation to edit an image more selectively.

Check out the php docs.

Upvotes: 1

Related Questions