I am not sure what I meant by tags in that post... Probably storing different images in Local Storage under different keys.
By the way, you can create multiple instances of BinaryData object. Add an instance variable "tag" to BinaryData and there you go - you can load each image into a separate instance of BinaryData with its own unique tag. (in theory at least, I haven't tried it)