Python Programming Tutorial - 45 - Getting Individual Channels

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

the first color photos were taken with three b&w exposures with RGB color filters. then recombined for a color image.

JohnCanniff
Автор

15, 000 views and 50 likes. haha. C'mon guys!!

buffalow
Автор

Are those variables shown in the order of Red, Blue and Green or does it change with the change in variables?

rj
Автор

when i printed the mode for one of the images I was using it just gave me 'p'.... anyone know why? It was a full color image of the success baby meme :')

ohyoucanread
Автор

I just got 3 identical black-and-white images :(

r, g, b = img.split()

r.show()
g.show()
b.show()

ghostlynomad
Автор

Why didn't you just use a for loop @ the end? Just sayin'

darkseid
Автор

didn't work. This is wierd. Like the 5th thing that i try the exact same thing and doesnt work(including 2 mini projects). is it because i have 3.6.1?

aboodasfari
Автор

Are these temporary image files automatically removed when the program closes, or should we be deleting them ourselves?

Mondreus
Автор

Lol edit photos on the go with just a few lines of code 

javidgreen