Search found 2 matches

by mmkiel
2019-03-07T08:35:12-07:00
Forum: Users
Topic: convert extraction from tif file causes out of memory
Replies: 1
Views: 1990

Re: convert extraction from tif file causes out of memory

I found a solution, and faster than expected! :roll: Although the convert can (and does) get me the nessecary information on the pages I require to extract, convert is rather overkill for the last step of the process. I will now use libtiff's tiffcp instead to extract the pages into a new file, as t...
by mmkiel
2019-03-07T07:54:40-07:00
Forum: Users
Topic: convert extraction from tif file causes out of memory
Replies: 1
Views: 1990

convert extraction from tif file causes out of memory

Hello, I am trying to extract specific pages from a tif-file within a cron job. This job first checks for the pages to extract and stores the page numbers, then passes those values on to ImageMagick. Usually this worked fine so far, but now I have hit an inconvenience with one file, resultuing in th...