Hi,
I have Image strips that I want to cut for a game project, I am using dzimage
CopyImage to do this and it seems to be streching od double pixeling the
Image!
The image strip is 360x30 an contains 12 images at 30x30, I have only done
four images before I saw the problem.
See Attached Image.
The Code is as follows:
ImgBlank.Image = dr.CopyImage(source.image, 0,0,30,30)
ImgDirt.Image = dr.CopyImage(source.image, 30,0,30,30)
ImgWall.Image = dr.CopyImage(source.image, 60,0,30,30)
ImgBoulder.Image = dr.CopyImage(source.image, 90,0,30,30)
ImgDiamond.Image = dr.CopyImage(source.image, 120,0,30,30)
Can you help?
Regards,
Andrew
I have Image strips that I want to cut for a game project, I am using dzimage
CopyImage to do this and it seems to be streching od double pixeling the
Image!
The image strip is 360x30 an contains 12 images at 30x30, I have only done
four images before I saw the problem.
See Attached Image.
The Code is as follows:
ImgBlank.Image = dr.CopyImage(source.image, 0,0,30,30)
ImgDirt.Image = dr.CopyImage(source.image, 30,0,30,30)
ImgWall.Image = dr.CopyImage(source.image, 60,0,30,30)
ImgBoulder.Image = dr.CopyImage(source.image, 90,0,30,30)
ImgDiamond.Image = dr.CopyImage(source.image, 120,0,30,30)
Can you help?
Regards,
Andrew