-
Hi,
It seems like Jmagick has an expensive API call (performance wise). The expensive call is imageToBlob as follows:
ImageInfo outImageinfo = new ImageInfo();
outImageinfo.setMagick(destImageType);
byte[] imageInBytes = magickImage.imageToBlob(outImageinfo);
When running this method call in a multi threaded load environment (.jpeg files, average file size is 100kb), I see a very...
2010-01-03 12:59:36 UTC by evirach
-
nordfalk committed revision 83 to the JMagick SVN repository, changing 3 files.
2009-12-17 19:27:53 UTC by nordfalk
-
nordfalk committed revision 82 to the JMagick SVN repository, changing 2 files.
2009-12-02 09:52:05 UTC by nordfalk
-
nordfalk committed revision 81 to the JMagick SVN repository, changing 5 files.
2009-11-19 12:22:42 UTC by nordfalk
-
nordfalk committed revision 80 to the JMagick SVN repository, changing 4 files.
2009-11-19 10:15:56 UTC by nordfalk
-
nordfalk committed revision 79 to the JMagick SVN repository, changing 1 files.
2009-11-19 10:12:16 UTC by nordfalk
-
nordfalk committed revision 78 to the JMagick SVN repository, changing 1 files.
2009-11-19 10:09:43 UTC by nordfalk
-
nordfalk committed revision 77 to the JMagick SVN repository, changing 1 files.
2009-11-19 10:07:20 UTC by nordfalk
-
nordfalk committed revision 76 to the JMagick SVN repository, changing 1 files.
2009-11-19 09:50:32 UTC by nordfalk
-
nordfalk committed revision 75 to the JMagick SVN repository, changing 2 files.
2009-11-11 10:09:25 UTC by nordfalk