warmanw Hi Guys. Is it possible to save PNG file from skeleton at runtaime? using LibGDX. We need skeleton with transparent background so screenshot is not an option. Any Ideas?
BinaryCats warmanw :I am changing slot colors in game and need to save image of that type of modification. dynamically? I mean, you can still change slot colours in editor
warmanw I have a tool where I can change colors for group of slots at once and very quickly, so i need to export final imageSo any help would be super nice
Xelnath Can you explain the scenario? Are you just taking a bunch of screenshots for a demo document?
Cuellarjmcg Take a look at how libgdx texturepacker generates the atlas image, as it generates a png with transparency. Pretty sure it manipulates it using pixmap, you just need the code that saves the file.