@Sven B
its worked great thanks

The image has gone darker and everything

Its so simple. The only problem Im now having is that when i get the image, its getting a black screen :/ And the image which the computer gets is 4MB :/
Does anyone know how to limit the size of the image and fix the black image error?
EDIT
The image is not black, its transparent.
EDIT 2
Heres the code im using to help anyone with the time to help me
load image image$, 1, 1, 1
sprite 1, 0, 0, 1
size sprite 1, Xsize, Ysize
set sprite diffuse 1, 255/100*70, 255/100*70, 255/100*70
get image 2, 0, 0, Xsize, Ysize, 1
save image "Pared1tex_IR.dds", 2
If I solve the problem I'll let you know
EDIT 3
I got it solved

For some reason get image doesnt like sprites. It works fine if I use a bitmap though

So its all good. Does anyone have any idea on how to do the normal maps?