Page 1 of 1
Enlarging Canvas size using GFL
Posted: Tue Jun 22, 2004 5:58 pm
by Guest
Hello,
I have tried to use your ASP component in order to add a small section in the images manipulated. The procedure I am using is as the following:
- Enlarge the canvas size while keeping the width of the original image
- Add a text to the resulted section on the bottom of the new image
This is done with no problems with jpg , bmp files. However, when trying to do the same with GIF files, the resulted section is usually not set to the exact colour as desired.
Any idea of how to solve this problem??
[/img]
Re: Enlarging Canvas size using GFL
Posted: Wed Jun 23, 2004 7:21 am
by xnview
Anonymous wrote:Hello,
I have tried to use your ASP component in order to add a small section in the images manipulated. The procedure I am using is as the following:
- Enlarge the canvas size while keeping the width of the original image
- Add a text to the resulted section on the bottom of the new image
This is done with no problems with jpg , bmp files. However, when trying to do the same with GIF files, the resulted section is usually not set to the exact colour as desired.
Any idea of how to solve this problem??
[/img]
Try to convert your picture in RGB before.
Pierre.
Re: Enlarging Canvas size using GFL
Posted: Wed Jun 23, 2004 11:30 am
by Guest
xnview wrote:Anonymous wrote:Hello,
I have tried to use your ASP component in order to add a small section in the images manipulated. The procedure I am using is as the following:
- Enlarge the canvas size while keeping the width of the original image
- Add a text to the resulted section on the bottom of the new image
This is done with no problems with jpg , bmp files. However, when trying to do the same with GIF files, the resulted section is usually not set to the exact colour as desired.
Any idea of how to solve this problem??
[/img]
Try to convert your picture in RGB before.
Pierre.
Do I use swapcolors method for this?? or I have to do the conversion manually for every picture?
Re: Enlarging Canvas size using GFL
Posted: Wed Jun 23, 2004 12:11 pm
by xnview
Anonymous wrote:Do I use swapcolors method for this?? or I have to do the conversion manually for every picture?
No, use ChangeColorDepth
Pierre.