Create textures before hand and reuse them. If you always create a new one, then you'll always be loading the same data from the harddisk, which is a very slow process.
At best you use one texture with multiple images on it and then simply change the texture rect.