Jump to content

Python (or anything else vaguely sensible) - image conversion to monochrome.

pythonmegapixel
Go to solution Solved by pythonmegapixel,

Using various responses from this thread and elsewhere, I've managed to cobble together a solution in Python using Pillow. I thought I'd just put my code here incase it helps anyone else:

from PIL import Image
import glob

for f in glob.glob("./png/*.png"):
	img = Image.open(f)
	pixels = img.load()
	size = img.size
	for w in range(size[0]):
		for h in range(size[1]):
			if pixels[w,h][3] > 0: # If the alpha channel is more than zero (i.e. is partially or fully transparent)
				pixels [w,h] = (0, 0, 0, 255) # Set to black, fully opaque
			else:
				pixels [w,h] = (0,0,0,0) # Set to fully transparent
	
	img.save(f + "_BLACK.png")

	

 

So here's the deal.

 

I have a folder full of loads of PNG graphics. Does anyone know of a Python library that would let me copy these files, but with every pixel that is not transparent set to black, and every pixel that is transparent remaining transparent?

 

I'm fairly familiar with python, and I'm also happy to use another language if needed, but if you want to link me to a library I'd prefer some pointers on what within the library I should be using (what functions/classes?) rather than just a link and nothing else... I'm not the most familiar with this kind of task.

____________________________________________________________________________________________________________________________________

 

 

____________________________________________________________________________________________________________________________________

pythonmegapixel

into tech, public transport and architecture // amateur programmer // youtuber // beginner photographer

Thanks for reading all this by the way!

By the way, my desktop is a docked laptop. Get over it, No seriously, I have an exterrnal monitor, keyboard, mouse, headset, ethernet and cooling fans all connected. Using it feels no different to a desktop, it works for several hours if the power goes out, and disconnecting just a few cables gives me something I can take on the go. There's enough power for all games I play and it even copes with basic (and some not-so-basic) video editing. Give it a go - you might just love it.

Link to comment
Share on other sites

Link to post
Share on other sites

If you don't mind Java, I could whip something up over lunch (like in a couple hours).

 

The pseudo-code gist:

  • Load in image
  • Iterate through each pixel, testing pixel 'A' channel value (how do you want to handle partial transparency?)
    • if 'A' is transparent, skip; else, if 'A' is not transparent, write black to pixel
  • Write out image

Main System (Byarlant): Ryzen 7 5800X | Asus B550-Creator ProArt | EK 240mm Basic AIO | 16GB G.Skill DDR4 3200MT/s CAS-14 | XFX Speedster SWFT 210 RX 6600 | Samsung 990 PRO 2TB / Samsung 960 PRO 512GB / 4× Crucial MX500 2TB (RAID-0) | Corsair RM750X | Mellanox ConnectX-3 10G NIC | Inateck USB 3.0 Card | Hyte Y60 Case | Dell U3415W Monitor | Keychron K4 Brown (white backlight)

 

Laptop (Narrative): Lenovo Flex 5 81X20005US | Ryzen 5 4500U | 16GB RAM (soldered) | Vega 6 Graphics | SKHynix P31 1TB NVMe SSD | Intel AX200 Wifi (all-around awesome machine)

 

Proxmox Server (Veda): Ryzen 7 3800XT | AsRock Rack X470D4U | Corsair H80i v2 | 64GB Micron DDR4 ECC 3200MT/s | 4x 10TB WD Whites / 4x 14TB Seagate Exos / 2× Samsung PM963a 960GB SSD | Seasonic Prime Fanless 500W | Intel X540-T2 10G NIC | LSI 9207-8i HBA | Fractal Design Node 804 Case (side panels swapped to show off drives) | VMs: TrueNAS Scale; Ubuntu Server (PiHole/PiVPN/NGINX?); Windows 10 Pro; Ubuntu Server (Apache/MySQL)


Media Center/Video Capture (Jesta Cannon): Ryzen 5 1600X | ASRock B450M Pro4 R2.0 | Noctua NH-L12S | 16GB Crucial DDR4 3200MT/s CAS-22 | EVGA GTX750Ti SC | UMIS NVMe SSD 256GB / Seagate 1.5TB HDD | Corsair CX450M | Viewcast Osprey 260e Video Capture | Mellanox ConnectX-2 10G NIC | LG UH12NS30 BD-ROM | Silverstone Sugo SG-11 Case | Sony XR65A80K

 

Camera: Sony ɑ7II w/ Meike Grip | Sony SEL24240 | Samyang 35mm ƒ/2.8 | Sony SEL50F18F | Sony SEL2870 (kit lens) | PNY Elite Perfomance 512GB SDXC card

 

Network:

Spoiler
                           ┌─────────────── Office/Rack ────────────────────────────────────────────────────────────────────────────┐
Google Fiber Webpass ────── UniFi Security Gateway ─── UniFi Switch 8-60W ─┬─ UniFi Switch Flex XG ═╦═ Veda (Proxmox Virtual Switch)
(500Mbps↑/500Mbps↓)                             UniFi CloudKey Gen2 (PoE) ─┴─ Veda (IPMI)           ╠═ Veda-NAS (HW Passthrough NIC)
╔═══════════════════════════════════════════════════════════════════════════════════════════════════╩═ Narrative (Asus USB 2.5G NIC)
║ ┌────── Closet ──────┐   ┌─────────────── Bedroom ──────────────────────────────────────────────────────┐
╚═ UniFi Switch Flex XG ═╤═ UniFi Switch Flex XG ═╦═ Byarlant
   (PoE)                 │                        ╠═ Narrative (Cable Matters USB-PD 2.5G Ethernet Dongle)
                         │                        ╚═ Jesta Cannon*
                         │ ┌─────────────── Media Center ──────────────────────────────────┐
Notes:                   └─ UniFi Switch 8 ─────────┬─ UniFi Access Point nanoHD (PoE)
═══ is Multi-Gigabit                                ├─ Sony Playstation 4 
─── is Gigabit                                      ├─ Pioneer VSX-S520
* = cable passed to Bedroom from Media Center       ├─ Sony XR65A80K (Google TV)
** = cable passed from Media Center to Bedroom      └─ Work Laptop** (Startech USB-PD Dock)

 

Retired/Other:

Spoiler

Laptop (Rozen-Zulu): Sony VAIO VPCF13WFX | Core i7-740QM | 8GB Patriot DDR3 | GT 425M | Samsung 850EVO 250GB SSD | Blu-ray Drive | Intel 7260 Wifi (lived a good life, retired with honor)

Testbed/Old Desktop (Kshatriya): Xeon X5470 @ 4.0GHz | ZALMAN CNPS9500 | Gigabyte EP45-UD3L | 8GB Nanya DDR2 400MHz | XFX HD6870 DD | OCZ Vertex 3 Max-IOPS 120GB | Corsair CX430M | HooToo USB 3.0 PCIe Card | Osprey 230 Video Capture | NZXT H230 Case

TrueNAS Server (La Vie en Rose): Xeon E3-1241v3 | Supermicro X10SLL-F | Corsair H60 | 32GB Micron DDR3L ECC 1600MHz | 1x Kingston 16GB SSD / Crucial MX500 500GB

Link to comment
Share on other sites

Link to post
Share on other sites

9 minutes ago, AbydosOne said:

If you don't mind Java, I could whip something up over lunch (like in a couple hours).

 

The pseudo-code gist:

  • Load in image
  • Iterate through each pixel, testing pixel 'A' channel value (how do you want to handle partial transparency?)
    • if 'A' is transparent, skip; else, if 'A' is not transparent, write black to pixel
  • Write out image

What you've described is indeed exactly what I need.

 

As for the handling of partial transparency... anything other than entirely transparent needs to be black. So essentially if the alpha-channel is anything less than 255, the pixel needs to be black.

 

I have no objection in principle to Java, but I don't have an environment for writing Java set up at the moment, so I would have to do that.

____________________________________________________________________________________________________________________________________

 

 

____________________________________________________________________________________________________________________________________

pythonmegapixel

into tech, public transport and architecture // amateur programmer // youtuber // beginner photographer

Thanks for reading all this by the way!

By the way, my desktop is a docked laptop. Get over it, No seriously, I have an exterrnal monitor, keyboard, mouse, headset, ethernet and cooling fans all connected. Using it feels no different to a desktop, it works for several hours if the power goes out, and disconnecting just a few cables gives me something I can take on the go. There's enough power for all games I play and it even copes with basic (and some not-so-basic) video editing. Give it a go - you might just love it.

Link to comment
Share on other sites

Link to post
Share on other sites

33 minutes ago, pythonmegapixel said:

What you've described is indeed exactly what I need.

 

As for the handling of partial transparency... anything other than entirely transparent needs to be black. So essentially if the alpha-channel is anything less than 255, the pixel needs to be black.

 

I have no objection in principle to Java, but I don't have an environment for writing Java set up at the moment, so I would have to do that.

You can use the pillow library to do this. 

 

from PIL import Image

im = Image.open('test.png')

for x in range(im.width):
    for y in range(im.height):
        r, g, b, transparency = im.getpixel((x,y))
        if transparency == 255:
            im.putpixel((x,y), (0, 0, 0, 255))

im = im.save('out.png')                        

 

Link to comment
Share on other sites

Link to post
Share on other sites

Using various responses from this thread and elsewhere, I've managed to cobble together a solution in Python using Pillow. I thought I'd just put my code here incase it helps anyone else:

from PIL import Image
import glob

for f in glob.glob("./png/*.png"):
	img = Image.open(f)
	pixels = img.load()
	size = img.size
	for w in range(size[0]):
		for h in range(size[1]):
			if pixels[w,h][3] > 0: # If the alpha channel is more than zero (i.e. is partially or fully transparent)
				pixels [w,h] = (0, 0, 0, 255) # Set to black, fully opaque
			else:
				pixels [w,h] = (0,0,0,0) # Set to fully transparent
	
	img.save(f + "_BLACK.png")

	

 

____________________________________________________________________________________________________________________________________

 

 

____________________________________________________________________________________________________________________________________

pythonmegapixel

into tech, public transport and architecture // amateur programmer // youtuber // beginner photographer

Thanks for reading all this by the way!

By the way, my desktop is a docked laptop. Get over it, No seriously, I have an exterrnal monitor, keyboard, mouse, headset, ethernet and cooling fans all connected. Using it feels no different to a desktop, it works for several hours if the power goes out, and disconnecting just a few cables gives me something I can take on the go. There's enough power for all games I play and it even copes with basic (and some not-so-basic) video editing. Give it a go - you might just love it.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×