php - How to convert an image into another format using Imagick and display that in canvas? -


i using imagick library convert image in tiff format png image. works fine. real problem cannot render image html5 canvas. tiff image contains multiple pages. have pagination on top of web page. when click on each, want convert corresponding page in tiff png , display in canvas, not working. advice?

check out this. if have php page returns requested image change contents of image.src property point @ service file , page number in parameter string.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -