Re: [xsl] Re: Image size with XSL?

Subject: Re: [xsl] Re: Image size with XSL?
From: "Flynn, Peter pflynn@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 21 Dec 2016 13:54:44 -0000
On 19/12/16 21:01, Roger L. Cauvin roger@xxxxxxxxxx wrote:
> Isn't CSS designed (and better suited) to deal with this sort of challenge?
>
> Roger
>
> -----Original Message-----
> From: Mark Wilson
[...]
> I would like to add the placement-index to the XML data source
> programmatically. Is there a way to obtain the height or width of a jpeg
> image from the file itself (image.jpg, for instance) using XSLT? Or, can
> someone suggest another way to do this programmatically?

I would probably write a small script that uses the identify command
from ImageMagick, and then snips out the x and y size and creates an XML
file that my XSLT can read as a lookup.

///Peter

Current Thread