Newbies DM&A Posted October 17, 2008 Newbies Posted October 17, 2008 (edited) I found out today that the Get URL "new URL(url)" does not handle TIFF images. The FileMaker container fields do display TIFF images fine, and ScriptMaster seems to load other images fine. Playing around with the imageIO libraries has availed me nothing. THe most I can get is a file reference. I am guessing this may just be something internal to ScriptMaster, and was hoping for some guidance. Thanks! PS. I have looked at using SuperContainer, but the IE engine used in the Windows Web viewer doesn't handle TIFFs, and the web viewer doesn't seem to handle plugins. Edited October 17, 2008 by Guest
shmert Posted October 18, 2008 Posted October 18, 2008 No, it's a problem with the JVM (Java). Java has trouble with TIFF images, it seems to only support reading them erratically. There are some classes in the private sun packages for dealing with TIFF images, but they don't seem to be enabled by default, and trying to enable them manually leads to linkage errors and other bad things. There are some 3rd party java libs for dealing with TIFF images, but I haven't tried them out. SuperContainer also only really works with TIFF when running in CoreImage mode on OS X.
Newbies DM&A Posted October 20, 2008 Author Newbies Posted October 20, 2008 Thanks for the info. I can quit banging my head against the wall now and thinking that I am missing something simple.
Recommended Posts
This topic is 6220 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