|
|
|
|
|
by tcdent
3838 days ago
|
|
I'm mildly baffled by the coding style of the main encoder class[0]; where do these conventions come from? (All-caps three character properties, namespaced(?) arguments, spaces e v e r y w h e r e, curly bracket array access.) Also, I didn't know `class` and `array` were case-insensitive. [0] https://github.com/ErikvdVen/php-gif/blob/master/GIFEncoder.... |
|
Some of what you mentioned is already present there. Some other things are new. But they're both terrifying...
Extra details: the rewrite into gifencoder happened in 2007, so gifmerge must be older than that (maybe 4.x times). The original license forbids modifying gifmerge without author's approval - since this file doesn't mention it at all, I doubt dmimage is legal.