I have a large image made up of lots of smaller images (not-touching) on a transparent background. Like a spritesheet, but the sprites aren't all the same size, nor are they laid out on a grid.
Can I use ImageMagick to split the image into smaller images?
So, for example, this: (where #
= colored pixel)
# ##
# #
# #
###
Becomes these
#
#
##
#
#
#
###