开发者

php mosaic script

I'm using a script that I downloaded from google code to dynamically generate mosaic images with the开发者_StackOverflow社区 GD library. The script seems a bit convoluted. I've messed around with it quite a bit, but I'm sort of confused since it's written in German and I don't speak deutsch. I know that in order for it to work, I need to have 121 different images. But, I'm not sure if they needs to be in the directory or in mysql. Does anyone have a clue as to how to use this? Or does anyone have some suggestions for a better script for generating mosaic images with the php GD library?

The script can be found here: http://code.google.com/p/phpmosaic/

Thanks,

Lance


The images you like to use as thumbnails have to be inside a directory. You must add them to the db using the methods

  • phpMosaicImageParser::parseImageFolder() or
  • phpMosaicImageParser::parseImage()

However: there is no fix number of required thumbnails, it will depend on the SourceImage and the used options how much thumbnails you'll need at least.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜