Search found 2 matches

by kevinswarner
2018-07-07T15:26:00-07:00
Forum: Users
Topic: Appending Large Images Using Streams
Replies: 3
Views: 2458

Re: Appending Large Images Using Streams

Thanks, but we are also limited on disk space. Our limits are 1 GB temporary disk space and 3GB memory. The two files we are appending are around 300 MB each. Even with -limits in place, we are exceeding one resource or the other. What is the reason streaming will not work? I guess I am just looking...
by kevinswarner
2018-07-07T09:40:16-07:00
Forum: Users
Topic: Appending Large Images Using Streams
Replies: 3
Views: 2458

Appending Large Images Using Streams

I am working on a project where I need to append two very large TIF images vertically. Each image is several hundred MBs. We have very limited resources as we are using Amazon Lambda function compute service. So, we have memory and disk limitations. I have been using the following to do the work. ma...