Search found 2 matches

by nick.meharry
Sun Feb 19, 2012 11:17 pm
Forum: Support and Development
Topic: Load an image from inside a zip (inside the .love)?
Replies: 6
Views: 2592

Re: Load an image from inside a zip (inside the .love)?

@Taehl: To be clear, I'm embedding another zip file inside the .love. @Ellohir: It's not so much about the size savings as it is about being able to move multiple files around in a cohesive piece. For example, you can't send a folder through the network; it has to be bound within an archive. My curr...
by nick.meharry
Sun Feb 19, 2012 10:20 pm
Forum: Support and Development
Topic: Load an image from inside a zip (inside the .love)?
Replies: 6
Views: 2592

Load an image from inside a zip (inside the .love)?

I'm working on a custom animated sprite format that involves several PNGs zipped up with a control file. I can't seem to open the image however. love.graphics.newImage has a version that takes a file handle, but it refuses to take it from LuaZip . I get the following error: Error: [string "load...