![]() |
Image Splitter v5 - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Programming (https://mirage-engine.uk/forums/forumdisplay.php?fid=24) +----- Forum: Visual Basic 6 (https://mirage-engine.uk/forums/forumdisplay.php?fid=32) +----- Thread: Image Splitter v5 (/showthread.php?tid=3195) |
Image Splitter v5 - GIAKEN - 10-10-2009 This will convert items in grid format to single column format. Note: It only supports up to 511 items total, since the maximum supported picture box size is around 16352. [ATTACHMENT NOT FOUND] Re: Image Splitter v5 - Matt - 13-10-2009 Now it only needs to split the one column into 32x32 images. ![]() Re: Image Splitter v5 - GIAKEN - 13-10-2009 That's what Image Splitter v2 does ![]() Re: Image Splitter v5 - Matt - 13-10-2009 Oh okay. ![]() Re: Image Splitter v5 - GIAKEN - 13-10-2009 Yeah all it does is work with the size Y. The width doesn't matter, it just splits it into rows based on the size Y you input and it just copies the original width so anything could work...I split a 16,000+ pixel high tile sheet into 4 different 4,000 pixel high tile sheets using it ![]() Re: Image Splitter v5 - Matt - 13-10-2009 Nice. I'll play with it tomorrow. ![]() |