OpenGL AffineTransform in copyTexture

I am using copyTexture to display images in OpenGL. It would be great to have an overloaded function that allows setting an AffineTransform (similar to the GL_PROJECTION matrix in previous OpenGL versions) and the possibility to set an alpha value (like GL_BLEND).

That would allow to use the copyTexture similar to g.drawImage()