Search found 3 matches
- 2015-04-01T13:40:27-07:00
- Forum: Bugs
- Topic: Memory Leak
- Replies: 5
- Views: 3749
Re: Memory Leak
After taking a closer look, I don't think there is one. It looks like my monitoring program froze when it ran out of RAM, so it looked like ImageMagick was still using all of it. Everything looked fine in the Resource Monitor.
- 2015-04-01T12:48:55-07:00
- Forum: Bugs
- Topic: Memory Leak
- Replies: 5
- Views: 3749
Re: Memory Leak
That's what I did first. I just wanted to try doing it this way instead. Also, you have your dimensions backwards. 1080p is 1920x1080, which would make my resized gif 240x135. All 37,332 frames at that size only take up 1.5GB, and compress to a 118MB gif. This doesn't change the fact that ...
- 2015-04-01T12:27:47-07:00
- Forum: Bugs
- Topic: Memory Leak
- Replies: 5
- Views: 3749
Memory Leak
Using the Windows binary release ImageMagick-6.9.1-0-Q16-x64-dll.exe on a 64bit Windows 7 with 16GB of RAM. ImageMagick Code Used convert big/frame%05d.png[1-3909] big/frame%05d.png[6067-34405] -resize 240 +dither -fuzz 1% -layers OptimizePlus -layers OptimizeTransparency big.gif The folder 'big' is ...