fdservices
IS-IT--Management
I have created a page displayed as a png file. To show a thumbnail of the image I have used the following code:
image create photo tmppage -file "$file"
page copy tmppage -subsample $zoom $zoom -shrink
Unfortunately the -subsample option reduces the clarity of the image to a huge degree, is there a better way of creating a thumbnail? It must execute quickly.
Andrew
image create photo tmppage -file "$file"
page copy tmppage -subsample $zoom $zoom -shrink
Unfortunately the -subsample option reduces the clarity of the image to a huge degree, is there a better way of creating a thumbnail? It must execute quickly.
Andrew