mts99 Posted January 21, 2007 Posted January 21, 2007 Hi Folks! I am new to the forum and am finding it really useful. My question is as follows. I am have a database that is a doc library type application. I have a container field which is for images. What I am trying to do is extract the filesize of the image and if possible the pixel dimensions of the image. Any ideas. I apologise in advance if a topic is already up for cant seem to find it. Thanks!
Raybaudi Posted January 21, 2007 Posted January 21, 2007 Hi filesize ( of a stored image ) Length ( container ) pixel dimensions ( of an UNSTORED image ): GetValue ( container ; 1 ) returns something like: size:351,160
mts99 Posted January 21, 2007 Author Posted January 21, 2007 Hi, GetValue ( Cotainer ; 1 ) returns the filename.... Thanks!
Raybaudi Posted January 21, 2007 Posted January 21, 2007 pixel dimensions ( of an [color:red]UNSTORED image ) GetValue ( container ; 1 ) returns something like: size:351,160
mts99 Posted January 21, 2007 Author Posted January 21, 2007 Sorry! My eyes are terrible.... Any ideas for a stored image for the dimensions. Thanks.
Recommended Posts
This topic is 6865 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now