Thanks dop2000, that's it, I was missing the "Set response binary to".
Now I can pack many sprites to one binary file, and keep index(endian) for each sprite in an array, then load each sprite individually.
I know that I can load images directly to sprite, but now thanks to you I'm able to load it from packed binary data.