0

I'm using jMagick to do some basic image manipulation. I know ImageMagick is written in C, so I was wondering which methods need to be invoked and when to avoid memory leaks.

Programmer9000
  • 1,959
  • 3
  • 17
  • 27
  • use there documentation – johnny 5 Apr 17 '16 at 01:53
  • If you can find documentation on this, you're a better person than I. Also "their", not "there" – Programmer9000 Apr 17 '16 at 16:35
  • That why I became a programmer and not an english teacher, because I don't care so "They're" you have it - http://www.jmagick.org/jmagick-doc/ – johnny 5 Apr 17 '16 at 16:40
  • Yes, I've seen that. I don't see anything in there explaining when it's important to explicitly free resources. I know MagickImage has a destroy() method, but no indication as to when you're supposed to use it. – Programmer9000 Apr 17 '16 at 16:51

0 Answers0