• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

commenting a gif

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
im trying to add a comment field to a gif file. i dont want to re-encode it, just add to it.

i was using org.w3c.dom.*; nodes, imageIO and IIOImage to do this with png's but because of licencing fees that would need to be paid to Unisys (i presume this is the reason) the imageIO doesnt support writing to gif's, only reading them.

do you know of any 'non-third party' software that sorts out any CRC checking and length checking for you?

thanks

dex
 
reply
    Bookmark Topic Watch Topic
  • New Topic