Chintan-Dave / UIImageScanlineFloodfill

This is an Objective-C implementation of Scanline Flood Fill Algorithm.
MIT License
159 stars 52 forks source link

CGContextDrawImage : invalid context 0x0 #41

Open make1a opened 6 years ago

make1a commented 6 years ago

[Unknown process name] CGBitmapContextCreate: unsupported parameter combination: set CGBITMAP_CONTEXT_LOG_ERRORS environmental variable to see the details [Unknown process name] CGContextDrawImage: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. [Unknown process name] CGBitmapContextCreateImage: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.

Chintan-Dave commented 6 years ago

@make1a Can you provide more detail like what kind of image you are using and what point you are passing?