• 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

ImageIcon problems and X11 -- Part 2....

 
Bartender
Posts: 1971
17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, the webhosting company enabled X11 and at now my create thumbnail code "runs" that creates thumbnails.
On my lcoal machine, (Windows XP Pro), all the generated thumbnails are between 5 and 10 KB and display correctly in the dynamically-generated JSP table.
On the web server, however, some of the generated thumbnails are OK, but many are black squares in the dynamically-generated JSP table.
When looking at the differences in file sizes of the thumbnails between my local machine and the web server for the same JPEGs, I see that the generated thumbnails on the web server that are the black squares in the table are only 1.15 KB!
Therefore, is there some kind of tweak in X11 that is needed?
I'm at a loss to understand how the same code to generate thumbnails works correctly in one place and only part of the way on the web server.
The web server just got X11 turned on last night so maybe there some minor adjustment needed?
All of the JPEG files were modified in Photoshop elements first to make their sizes a bit smaller before transferring to the web server.
I look forward to anyone's reply or ideas what to try next.
Thank you!!!
-- Mike
 
Mike London
Bartender
Posts: 1971
17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please close this topic,
The problem went away on its own.
Thanks to all.
-- Mike
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic