<CF_MagickTag action="convert" inputtype="file" inputfile="#application.gal#/#Hidden_Val#/#NImgURL1#"
outputType="file" outputFile="#application.gal#/#Hidden_Val#/#NImgURL1#">
<CF_MagickAction action="Geometry" width="#Width#" height="5000" percent="no" scaleIf="larger">
</CF_MagickTag>
<CF_MagickTag action="convert" inputtype="file" inputfile="#application.gal#/#Hidden_Val#/#NImgURL1#"
outputType="file" outputFile="#application.gal#/#Hidden_Val#/t_#NImgURL1#">
<CF_MagickAction action="Geometry" width="150" height="100" percent="no" scaleIf="larger">
</CF_MagickTag>
<CFX_ImageInfoSE FILENAME="#application.gal#/#Hidden_Val#/#NImgURL1#" ERROR="Error">
<cfquery name="CreateDocumentRecord" datasource="#application.DSN#">
INSERT INTO Pictures (Filename, GalleryID, Gallery, Comment, Datepublished, Hits, UploadedBy, Filesize, Dimensions)
VALUES (`#NImgURL1#`, `#Hidden_Val#`, `#Gallery#`, `#Comment1#`, #Now()#, `1`, `#UploadedBy#`, `#ImageInfoSE.Size#`, `#ImageInfoSE.Width# x #ImageInfoSE.Height#`)
</cfquery>
Login to Intrafoundation Software
RE:CFX_ImageInfoSE - I can get W&H but not Size
Date: 2003-05-25 11:23AM