coldume / imagecraft

A reliable and extensible PHP image manipulation library
MIT License
101 stars 28 forks source link

Added /s modifier to image recognition patterns #15

Closed stevecoug closed 8 years ago

stevecoug commented 8 years ago

Newlines were being excluded from the . in the image recognition regex patterns, so if the image width/height happened to include an 0x0A in the width/height, the pattern regex would fail.

stevecoug commented 8 years ago

This fixes issue #13

coldume commented 8 years ago

Thanks for the fix!