#1 (permalink)  
Old 10-19-2008, 10:14 AM
Junior Member
 
Join Date: Oct 2008
Posts: 4
Default Text in main images is blurred

This gallery is super fantastic. I have only one issue. I have had to put text on some images – when they open in the image viewer the text is never sharp. I have tried every font option in Photoshop but always the text is blurred in the viewer. Can anything be done about this?

Thanks, the product is great.
Reply With Quote
  #2 (permalink)  
Old 10-22-2008, 02:06 PM
Super Moderator
 
Join Date: May 2008
Posts: 656
Send a message via Skype™ to Adrian
Default

open source/oxylus/JuneGallery/ImageViewer.as, line 231:

now it looks like this:

Code:
Img.attachBitmap(bd, Img.getNextHighestDepth(), "auto", true);
change it to:

Code:
Img.attachBitmap(bd, Img.getNextHighestDepth(), "auto", false);
If this doesn't work, there is nothing you can do.
Reply With Quote
  #3 (permalink)  
Old 11-03-2008, 04:25 PM
Junior Member
 
Join Date: Oct 2008
Posts: 4
Default Thanks

Adrian.

This did the trick. Thank you. Another question - is it possible to change the size of the background/border in the image viewer. I would only like it show approx 2 pixels around the edge of the photos. Also, there must be code somewhere that rounds of the corners. Can the corners be changed to be straight instead of rounded.

Thanks
Reply With Quote
Reply

Tags
blurred, text

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.