Getting the same picture in a variety of different hues?

2

I have a simple, 200x200 PNG. I need to have it in 358 more hues. I could save 358 copies of the same picture in Paint.NET, manually adjusting, but that's a bit silly. Is there some sort of web app that would do this for me? Does Photoshop have a feature that could do this?

Ry-

Posted 2011-09-08T00:31:37.580

Reputation: 2 116

1imagemagik, though i don't know the exact invocations necessary. – Journeyman Geek – 2011-09-08T00:58:10.330

convert image -modulate 0,0,hue? Is that right? – Ry- – 2011-09-08T01:10:44.430

Answers

1

You can script this in Photoshop actions; record an action that does a Hue/Saturation/Lightness adjust incrementing the hue by 1 degree, then save the file. You can duplicate these two actions as many times as you need in the Action pane. After 360 adjustments, you should be back where you started...

Matt M.

Posted 2011-09-08T00:31:37.580

Reputation: 580