Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5889 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted (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 by Guest
Posted

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
Posted

Thanks for the info. I can quit banging my head against the wall now and thinking that I am missing something simple.

This topic is 5889 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.