General Software question...


Author
Message
Tony Tudyk
Tony Tudyk
StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)
Group: Forum Members
Posts: 4, Visits: 6
First, thank you in advance for your time and effort.

I recently downloaded your software and installed it. My question is this:

Will the software pull image metadata from a group of images?

Cheers

Replies
Tony Tudyk
Tony Tudyk
StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)StrataFrame Beginner (12 reputation)
Group: Forum Members
Posts: 4, Visits: 6
Sorry, most of the images are .jpgs with some .tiffs mixed in.
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Tony,

This is very possible.  In fact, you can create a VarBinary field in your SQL Server database to house the image.  You can then add a field customization through the BO Mapper in StrataFrame to type this field as a System.Drawing.Bitmap and turn on Serialization.  The BO will then automatically serialize the image to and from the database as an image rather than requiring you to do the work everytime. 

You will want to add these images to the DB through the BO to allow the serialization to take place.  Otherwise you will have a type conversion issue when the BO tries to deserialize the image since it is not in a serialized format.

This is actually what we do for one of our medical products which is a document imaging tool.  We have a mode that stores all of the images in a VarBinary field and does exactly what you are trying to do.  It is a very nice feature.

Let me know if this doesn't answer your question.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search