I was doing a pass cleaning up fitz.camelCase to fitz.snake_case. I noticed the `Pixmap` methods only have camelCase, e.g. `writeImage`, `writePNG`, `get*` and `set*`. Is intentional or just didn't get to those ones yet?