Change Color Space of Images (Adobe RGB to sRGB)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Change Color Space of Images (Adobe RGB to sRGB)

Post by Skara »

I have images in Adobe RGB that need to be uploaded. Adobe RGB does not look good in a browser. So, I need to convert the profile to sRGB.
Please tell me there's a way to do this without opening the images up in photoshop and doing it manually!

Thanks!
User avatar
panic!
Forum Regular
Posts: 516
Joined: Mon Jul 31, 2006 7:59 am
Location: Brighton, UK

Re: Change Color Space of Images (Adobe RGB to sRGB)

Post by panic! »

well you could probably automate it with a photoshop batch.

ps. this is the wrong forum, you might wanna try general!
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Re: Change Color Space of Images (Adobe RGB to sRGB)

Post by Skara »

aha..yeah.. No, it's the right forum. I want to do this in php when someone uploads an image. Being a photographer, I know how to do it in photoshop. I'm trying to take out this step for end-users. ;)
Post Reply