glue icon indicating copy to clipboard operation
glue copied to clipboard

Automatically split sprites when their pixel size exceeds a certain limit

Open peterrietzler opened this issue 11 years ago • 2 comments

If width * height > 3 * 1024 * 1024, then split the sprite into multiple files. See, e.g. section "Know iOS Resource Limits" here: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/CreatingContentforSafarioniPhone/CreatingContentforSafarioniPhone.html

peterrietzler avatar Mar 06 '13 15:03 peterrietzler

+1

pitr avatar Apr 11 '13 15:04 pitr

This option would be awesome when you are building games, specially. Any thoughts on implementing this? I will take a look if not.

lucasmotta avatar Mar 28 '14 19:03 lucasmotta