12 11 Integration with other libraries

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.1 11.1 How Pycairo stores image data

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.1.1 11.1.1 Data format

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.1.2 11.1.2 RGB24 data

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.1.3 11.1.3 Accessing data as bytes

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.1.4 11.1.4 ARGB32 data

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.1.5 11.1.5 Other formats

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.2 11.2 PIL (Pillow) integration

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.2.1 11.2.1 Reading a JPEG file

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.2.2 11.2.2 Writing a JPEG file

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.3 11.3 Numpy integration

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.3.1 11.3.1 Creating a numpy array from a surface

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.

12.3.2 11.3.2 Creating a surface from a numpy array

This content is not available in the sample book. The book can be purchased on Leanpub at https://leanpub.com/imageprocessinginpython.