> I think you typed green and it needs to be green1.
Wow and thanks, you're right, I copied it incorrectly. Perfect now.
Search found 4 matches
- 2011-10-24T18:48:04-07:00
- Forum: Users
- Topic: Question about blending two images
- Replies: 8
- Views: 12601
- 2011-10-24T17:39:28-07:00
- Forum: Users
- Topic: Question about blending two images
- Replies: 8
- Views: 12601
Re: Question about blending two images
For anyone else coming down this path, this does a pretty good job of finishing the transformation:
Code: Select all
convert test2.jpg -modulate 185% test3.jpg
- 2011-10-24T16:00:08-07:00
- Forum: Users
- Topic: Question about blending two images
- Replies: 8
- Views: 12601
Re: Question about blending two images
convert Clipboard01.jpg -colorspace gray -auto-level +level-colors black,green1 Clipboard01_test1.jpg
Very close.
Is there some simple way to brighten it a bit? That produces this:
http://sinkingsensation.com/stuff/tests/test1.jpg
And I'd like to get it closer to this:
http ...
Very close.
Is there some simple way to brighten it a bit? That produces this:
http://sinkingsensation.com/stuff/tests/test1.jpg
And I'd like to get it closer to this:
http ...
- 2011-10-24T15:27:01-07:00
- Forum: Users
- Topic: Question about blending two images
- Replies: 8
- Views: 12601
Question about blending two images
I'm trying to blend two images, removing the green channel of one of them.
I'm trying to take this image:
http://sinkingsensation.com/stuff/tests/Clipboard01.jpg
And make it look like this:
http://sinkingsensation.com/stuff/tests/final.jpg
I'm doing it in Photoshop by laying this over the ...
I'm trying to take this image:
http://sinkingsensation.com/stuff/tests/Clipboard01.jpg
And make it look like this:
http://sinkingsensation.com/stuff/tests/final.jpg
I'm doing it in Photoshop by laying this over the ...