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]
Enlarging Canvas size using GFL
Moderators: helmut, XnTriq, xnview
Re: Enlarging Canvas size using GFL
Try to convert your picture in RGB before.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]
Pierre.
Re: Enlarging Canvas size using GFL
Do I use swapcolors method for this?? or I have to do the conversion manually for every picture?xnview wrote:Try to convert your picture in RGB before.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]
Pierre.
Re: Enlarging Canvas size using GFL
No, use ChangeColorDepthAnonymous wrote:Do I use swapcolors method for this?? or I have to do the conversion manually for every picture?
Pierre.