• 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

SWT ImageLoader bmps

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have used Image, Imagedata amd Imageloader SWT classes succesfully on a windows machine to convert jpg to bmp amongst other things.
I am porting my application to macosx, and it actually works, except for the jpg to bmp conversion. The bmps come out screwed up.
Perhaps this could be do to the byte ordering deal of Intel to PowerPC? Thought it would be handled by Eclipse SWT, carbon libraries etc. running on the mac?
From the mac, I can read jpgs, bmps straight from the windows machine, even the ones I converted with my app.
As I have seen in other posts about bmp's, Perhaps I have to use Java Advanced Imaging (JAI) instead?? javascript: x()
Confused
reply
    Bookmark Topic Watch Topic
  • New Topic