Skip to main content

Posts

Showing posts with the label color

Python code for converting colored image to black and white

Python code for converting colored image to black and white Libraries used: PIL for python IDE Used: Spyder Tutorial video link: Click Here https://knowledgestreams.blogspot.com/ knowledge streams blog spot dot com free knowledge blog. download free source codes for python and java and other free stuff. from PIL import Image open_image = Image.open("adress of the pictures") open_image.show() convert_to_blackandwhite= open_image.convert("L") convert_to_blackandwhite.show() knowledge streams blog spot dot com free knowledge blog. download free source codes for python and java and other free stuff. Q: How to Install PIL?? A1: pip install PIL A2: pip install pillow #Python #beginner #source_code #image #convert

Beautiful color Palettes for design projects

Download the 6 beautiful color palettes fro your next design project copy codes:   F8B195     F67280     C06C84     6C5B7B     355C7D copy codes:    99B898     FECEAB     FF847C     E84A5F     2A363B  copy codes:   A8E6CE     DCEDC2     FFD3B5     FFAAA6     FF8C94 copy codes:   A8A7A7     CC527A     E8175D     474747     363636  copy codes:   A7226E     EC2049     F26B38     F7DB4F     2F9599  copy codes:  E1F5C4     EDE574     F9D423     FC913A     FF4E50