Menu

Faster conversion?

Main Forum
Anonymous
2011-11-16
2016-02-18
  • Anonymous

    Anonymous - 2011-11-16

    Hi.

    First of all thanks for your software.
    Is there a way to make the conversion faster?
    I have to convert up to 100 1025*768 images and this would take several minutes.

    Cheers,
    Jörn

     
  • Max Stepin

    Max Stepin - 2011-11-16

    APNG Assembler tries to compress the as much as possible, and that takes time. There are no options to turn optimizations off, sorry.

    But if you can recompile it from the source, you might :

    1. change Z_BEST_COMPRESSION to Z_BEST_SPEED

    2. remove 4-lines block of code that's marked with
    /* dispose = previous */

     
  • Anonymous

    Anonymous - 2011-11-17

    Thanks. What do you use to compile it under Windows?

     
  • Max Stepin

    Max Stepin - 2011-11-17

    Visual Studio is fine.

    But any C compiler should work.

    Just remember to use zlib and libpng libraries.

     
  • Anonymous

    Anonymous - 2011-11-17

    I tried Cygwin and MinGW but without success.

     
  • Max Stepin

    Max Stepin - 2011-11-18

    It should work, as long as zlib and libpng libraries are used correctly.

     

Log in to post a comment.