Eevee
Eevee
This is sort of the default way of doing things with Pylons/Pyramid and it totally blows. There's not even any reason for it; the only writable place is the `data`...
The `initialize_splinter_db` script is mis-named, wrong, and generally awful and fuck setuptools. See if `invoke` is any better for this sort of thing.
I mean, the general idea between "comic" and "blog" is the same, except that a comic's main attraction is the picture. It seems silly to repeat much of the same...
Unclear if I can do this from Python-land or how useful it would be in practice or whether ImageMagick can even guarantee that the buffer protocol would be usable. Also,...
if you try to import `sanpera` from a fresh checkout, without either setting `SANPERA_BUILD=1` or explicitly building with `setup.py`, you get [this](https://github.com/eevee/sanpera/pull/21#issuecomment-45563014): ``` >>> from sanpera.image import Image sanpera/__pycache__/_api_bridge.c:157:31: fatal...
Make an image. Make it not have an alpha channel. Grab a pixel from it. Examine the pixel's alpha channel. You will get garbage. Either forbid access to the alpha...
Probably a built-in for this, but would be nice to have as an example Python filter too. Someone was actually asking about this sooo. (Would this convert the image to...
It's getting there but is clearly incomplete. Things that are missing: - [ ] More operator support for the C accelerator - [ ] Possibly make the op overloading work...