Code

Programming Languages: Perl, C++, C

License: MIT License

Show:

What's happening?

  • Comment: create thumbnail from pdf "landscape format" fails

    This release series is no longer supported by the GraphicsMagick team. The last release on this branch is 1.1.15. It seems that Debian Etch has decided to stick to using 1.1.7. Regardless, this bug is fixed quite some time ago via GraphicsMagick 1.1.14. You may see more success from reporting this issue to the Debian GraphicsMagick maintainers since they might be convinced to back-port the...

    2009-11-09 16:50:29 UTC by bfriesen

  • create thumbnail from pdf "landscape format" fails

    1) gm convert -size 356x252 pdf_ok.pdf -resize 356x252 +profile "*" pdf_ok.jpg 2) gm convert -size 356x252 pdf_false.pdf -resize 356x252 +profile "*" pdf_false.jpg source file: document.doc 1) created with openoffice 3.1 2) created with adobe acrobat both are pdf version 1.4 server installation: graphicsmagick 1.1.7-13+etch1 libgraphicsmagick1...

    2009-11-09 15:57:15 UTC by nobody

  • Followup: RE: montage generates multiple output files

    Many Thanks. It is working fine in case I specify fully the -tile option. With ImageMagick it was possible to specify "hight" only (-tile x17) - that's a difference. But GraphicsMagick wants to see -tile 25x17 for example, at least if the amout of files is higher than 256 or so. Ekkart.

    2009-11-04 15:48:18 UTC by pingi27

  • Followup: RE: montage generates multiple output files

    With default options, only so many tiles can fit in one image so multiple output images need to be generated. PNG format only supports one page per image. Use the -tile option to specify how many thumbnail tiles (WIDTHxHEIGHT) to include in one output image. For example "-tile 40x50". Bob.

    2009-11-03 21:41:46 UTC by bfriesen

  • montage generates multiple output files

    In case I "montage" a lot of png's into one i get more than one output file, e.g. big_file.png.0 and big_file.png.1 I used the following command: montage *_123.png *_456.png -mode Concatenate -tile x17 big_file.png The amount of files is about 400. Question: what is wrong here? if I have only a few files to montage it is working as expected. Version: GraphicsMagick 1.1.11...

    2009-11-03 20:56:46 UTC by pingi27

  • Comment: Different handling of -convolve between convert and mogrify

    Fixed in CVS head and in the 1.2 maintenance branch.

    2009-11-02 22:43:35 UTC by bfriesen

  • Different handling of -convolve between convert and mogrify

    c:\photo\200909\20090824>gm convert -verbose test.jpg -convolve 1,1,1,1,1,1,1,1,1 t.jpg test.jpg JPEG 750x502+0+0 DirectClass 8-bit 278.4K 0.016u 0:01 test.jpg JPEG 750x502+0+0 DirectClass 8-bit 0.063u 0:01 test.jpg=>t.jpg JPG 750x502+0+0 DirectClass 8-bit 48.0K 0.031u 0:01 c:\photo\200909\20090824>gm mogrify -verbose -convolve 1,1,1,1,1,1,1,1,1 test.jpg gm mogrify: Option '-convolve'...

    2009-11-02 20:32:42 UTC by rehael

  • Comment: gm convert causes 100% cpu load

    Fixed in CVS branch GraphicsMagick-1_2 and CVS HEAD.

    2009-10-27 02:26:23 UTC by bfriesen

  • Comment: gm convert causes 100% cpu load

    The good news is that I am able to reproduce this problem. Thanks for reporting it.

    2009-10-26 16:21:46 UTC by bfriesen

  • gm convert causes 100% cpu load

    Hi, there seems to be a side effect of a bug in the newest Typo3 version 4.1.13, see http://bugs.typo3.org/view.php?id=11993 gm is called by Typo3 to create a thumbnail. The commandline as seen in the "ps" output: /usr/local/php/bin/gm convert -geometry 200x108! -colorspace RGB -quality 70 uploads/pics/auch_dabei.jpg\[0\] typo3temp/pics/21f886a601.jpg Box is a SuSE 10.0 (i586). gm is...

    2009-10-26 15:59:52 UTC by larsen255

Our Numbers