Jump to content

Attachments


Guest aljareh4ever

Recommended Posts

hello.

i really waiting to use the multiple upload file with new vrsion

but can ips add more images types to be display when you Attach it to topic
like when you Attach gif jpeg the image will show in the topic as image automatically
see

post-133182-1222063922_thumb.jpg

but when you Attach bmp images it'll be like you Attach rar or any other files

Link to comment
Share on other sites

Unfortunately I don't think this is easily possible. The reason is, we use the GD libraries to handle images uploaded (pretty much every PHP script does) and there are no BMP functions with the GD libraries. Only gif, jpg and png (and wbmp, which is not bmp). Thus we can't resize, etc.

Link to comment
Share on other sites

sorry if i cause any confuse but i say bmp as example you can
visit the image magick web site
http://www.imagemagick.org/script/formats.php
and see how many formats they support more than GD Lib

also it's better to support more types than just 3 types

and if i want to use the gallery it's better to support most of the images
now my gallery only support gif, jpg and png even i enable the image magick option
all the bmp image not showing

i really need this to be add to the gallery and the board

Link to comment
Share on other sites

sorry if i cause any confuse but i say bmp as example you can


visit the image magick web site


http://www.imagemagick.org/script/formats.php

and see how many formats they support more than GD Lib



also it's better to support more types than just 3 types



and if i want to use the gallery it's better to support most of the images


now my gallery only support gif, jpg and png even i enable the image magick option


all the bmp image not showing



i really need this to be add to the gallery and the board



All the images I ever see on the web are either gif, jpg, png, and the very rare bitmap... considering bitmaps are such a waste of space, I'm glad they aren't supported by many web applications these days.

Really, gif, jpg, and pngs are what's supported by all web software these days, I see no reason to add more to the list IPB supports.
Link to comment
Share on other sites

The problem, as I said before, is that even if imagemagick supports them, GD doesn't. Given that nearly all of our users use GD, probably more than 95%, it's not a good use of development time to support formats that almost no one will be able to use, and of those that are capable almost none of them WILL. I mean, who uploads a "Canon Digital Camera Raw Image Format" image to a website anyways.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...