Skip to content
#

pycharm-plugin

Here are 42 public repositories matching this topic...

donkirkby
donkirkby commented Jan 6, 2022

What I did

Tried to compare two images without alpha channels.

from PIL import Image
from space_tracer import LivePillowImage, LiveImageDiffer

a = LivePillowImage(Image.new('RGB', (100, 100)))
b = LivePillowImage(Image.new('RGB', (100, 100)))
differ = LiveImageDiffer()
differ.compare(a, b)

What happened

It complained about the missing alpha channel.

/home/don

Improve this page

Add a description, image, and links to the pycharm-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pycharm-plugin topic, visit your repo's landing page and select "manage topics."

Learn more