use spine-c
spine export option "strip whitespace" option make size and orig size not the same para

but uvs in attachment still in original size coordinate system, this differ will cause texture mapping error.
get uvs
spMeshAttachment* attachment = (spMeshAttachment*)slot->attachment;
spMeshAttachment_computeWorldVertices(attachment, slot, worldVertices);
uvs = attachment->uvs;