Hi,
no it's not possible without a description of the rect defining each sub texture.
a rect defines the top left corner and the width and height, so your first sub texture would be
0,0,128,128
meaning top left is 0,0, width and height are 128.
if you have this data for your texture atlas, then you extract them all, but without this it's not possible.
bye,
Jean