Are you just trying to display the image? If this is the case, you can do this using the IMAGE function. For example:
IDL> a=read_image('frame_1.tif')
IDL> i = image(bytscl(a))
You can find more information about the IMAGE function using the following help page:
http://www.exelisvis.com/docs/IMAGE.html
I hope that this helps!