Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Split image in PHP

Name: Anonymous 2007-05-04 17:10 ID:ZIOqURNs

lol php.

anyway gd's imagecopy() takes days splitting a 10000x10000pixels image into 100x100px slices. How do I get more speed?

Name: Anonymous 2007-05-05 9:22 ID:DtjznLrh

Convert it to a bitmap format using GD, then write your own splitting routines on the resulting flat file that don't read the entire thing into memory.

i.e. (initial format of large image) -> large BMP ----> BMP tiles -> (final file format of tiles)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List