How I save in Pcx

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
apc316
Posts: 3
Joined: Mon Feb 04, 2008 9:14 pm

How I save in Pcx

Post by apc316 »

I need save in Pcx but, I not can, I have this code in visual studio 2003
With Ctrl
.LoadBitmap("c:\pagina.tif")
.SaveFormat = AX_SaveFormats.AX_PCX
.SaveBitmap("c:\Pagina.pcx")
End With

but the Pagina.pcx is in White

bye bye
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: How I save in Pcx

Post by xnview »

apc316 wrote:I need save in Pcx but, I not can, I have this code in visual studio 2003
With Ctrl
.LoadBitmap("c:\pagina.tif")
.SaveFormat = AX_SaveFormats.AX_PCX
.SaveBitmap("c:\Pagina.pcx")
End With

but the Pagina.pcx is in White

bye bye
Which error do you have?
Pierre.
apc316
Posts: 3
Joined: Mon Feb 04, 2008 9:14 pm

Post by apc316 »

the image in pcx this image is all white, but the original image not is white.

this is my problem in final image in pcx are white
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post by xnview »

apc316 wrote:the image in pcx this image is all white, but the original image not is white.

this is my problem in final image in pcx are white
The original is loaded correctly in xnview?
Pierre.
apc316
Posts: 3
Joined: Mon Feb 04, 2008 9:14 pm

Post by apc316 »

yes.
saved in jpg or any other. this final image is good.
but my problem is in pcx.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post by xnview »

apc316 wrote:yes.
saved in jpg or any other. this final image is good.
but my problem is in pcx.
Could you send me it?
Pierre.
Post Reply