Menu

im4java PDF 2 JPG density bug

matmosis
2010-03-11
2013-04-30
  • matmosis

    matmosis - 2010-03-11

    Hi,
    i'm staring using im4java to convert PDF into JPG images under ubuntu x64 version
    all seems to work correctly, except for one option:
    op.density(300)
    generated jpg is 67kb insted of the one generated by using directly "convert -density 300 file.pdf file.jpg" that is 500kb

        * is a im4java bug?
        * there is an alternative way to set more resolution to the generated jpg?
        * there is a way to log the im4java generated command-line after:
          ConvertCmd convert = new ConvertCmd();
          convert.run(op);
          to see how im4java call IM?

    thank you in advance for your support

    kind regards,
    Matteo

     
  • Bernhard Bablok

    Bernhard Bablok - 2010-03-11

    Hi,

    please see the posting on the jmagick-users mailing list (the preferred channel of communication).

    Bernhard

     

Log in to post a comment.