php mosaic script

2019-06-12 15:53发布

问题:

I'm using a script that I downloaded from google code to dynamically generate mosaic images with the 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

回答1:

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.



标签: php gdlib