Thread: extensions
View Single Post
  #4  
Old 02-14-2006, 04:02 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

PhotoPlog Lite uses the GD library for image processing, but it is currently not possible to process BMP files using the GD library. Not sure why, but perhaps it is because BMP files tend to be rather large and might lend more to size and timeout issues. That said, you could edit files like Nitro suggests, using this:
Code:
Content visible to registered users only.
Instead of this:
Code:
Content visible to registered users only.
And using this:
Code:
Content visible to registered users only.
Instead of this:
Code:
Content visible to registered users only.
Though there is still the thumbs issue, where you could use width / height attributes to resize, but basically there would need to be some rewrite of the code, whether through the use of the ImageMagick program or custom BMP functions, to account for the lack of BMP support in the GD library.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote