I need to process(export subsections) of a large image(33600x19200) and I'm not sure how to start.
I've tried simply allocating an image using openframeworks but I got this error:
terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc I'm not experienced with with processing images this large. Where should I start ?