Visualizzazione risultati 1 fino 2 di 2

Discussione: GhostScript su sito Altervista

  1. #1
    Guest

    Predefinito GhostScript su sito Altervista

    Salve,

    mi servirebbe GhostScript

    http://stackoverflow.com/questions/8...sion-using-php
    ImageMagick uses GhostScript to process JPEGs, so you'd do better to exec GhostScript directly, which would be much more efficient and give you more control. It would also be only 1 exec statement, instead of playing around with the IMagick functions.
    http://ghostscript.com/download/gsdnld.html
    NOTE: The Linux binaries are for testing/evaluation purposes only, they do not come as installers or installable packages.
    E' possibile installare GhostScript su sito Altervista (Linux)? E' eseguibile tipo

    exec("'gs' '-dNOPAUSE' '-sDEVICE=jpeg' '-dUseCIEColor' '-dTextAlphaBits=4' '-dGraphicsAlphaBits=4' '-o$exportPath' '-r$res' '-dJPEGQ=$quality' '$pdf'",$output);

    Grazie

  2. #2
    Guest

    Predefinito

    exec() (così come altre funzioni) è disabilitata su Altervista per ragioni di sicurezza. Quindi non la puoi usare per eseguire GS

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •