Jump to content

function for looping through images on a file directory


stijn0713

Recommended Posts

It depends. Are the images all of the same type (i.e. jpg or gif). If so, glob() is probably a good choice. Otherwise, it may be easier to to use the normal file reading functions: opendir(), readdir(), closedir(). Plenty of information and examples in the manual.

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.