• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

jar size.....exceeding 1 mb

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my jar size is 1.5 mb. is it ok? it is recommended in the mail from sun that it shd be less than 1 mb. comments or suggestions pls. from anybody who have uploaded in the past...?

i have all my drawings as jpg. any inputs would be appreciated.
 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My jar had something around 1.8 MB, but I converted all images to GIF and my jar size decreased to 680KB.

Try to use GIF images and optimize them (reduce the number of colors). I use the Photoshop but you can use any tool.

Regards

Samuel
[ September 12, 2006: Message edited by: Samuel Pessorrusso ]
 
veena madhukar
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you so much. I will try. regards, Veena
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it is OK. My jar is about 1.3M and was uploaded with no problem at all.
 
reply
    Bookmark Topic Watch Topic
  • New Topic