Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Uploading Transparent images in SE78

Former Member
0 Kudos

Hi,

I am trying to upload an image (Company Logo) with a transparent background in SE78. The file format at the time of upload is TIFF (since bitmap does not support transparency).

However I get an error message "Erroneous TIFF file". Can anyone help me out please, as we have a requirement to print this logo on a check using a laser printer.

Thanks and Regards,

Aditya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Aditya,

SE78 is not uploaded .TIFF file.

Please use program RSTXLDMC, this is only for uploading .TIFF into standard text. The after you can use standard text in SAP Script form.

Rewards if helpful.

Regards,

Subbarao

10 REPLIES 10

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Not sure if the transparant background is the problem or not. Do you need to have a transparant background?

Regards,

Rich Heilman

0 Kudos

Hi Rich,

Yes...I believe so that we need a transparent background. They even showed me a printout from their legacy system and it prints clearly (don't know what software did that?)

In Adobe photoshop, there is a special option "Export as a transparent Image"...which is specially meant using the image for page layout programs. I tried to save the image using that.

Image was saved as a transparent image successfully, but gives error in upload. Surprisingly I saved another copy with a white background (did not choose the transparent option while saving). This image uploaded successfully.

Does SE78 have support for transparent images..?

Thanks and Regards,

Aditya

former_member188685
Active Contributor
0 Kudos

Did you converted that from jpg to TIF or some other type to TIF

regards

vijay

0 Kudos

Hi Vijay,

The image was given to me in .GIF format via e-mail. I then opened the image and saved the image as a .TIF using Adobe Photoshop.

Then I tried to upload the same. That's when I got the error.

Thanks and Regards,

Aditya

Former Member
0 Kudos

Hi,

I've the same problem !

My image is in *.tif (Edited from Photo Editor) and i try to export it with SE78. But i've the error : "TIFF file: Erroneous TIF format".

Is there any program to do that insteed of SE78 ?

Thank for all,

Sophie

Former Member
0 Kudos

Hi Aditya,

SE78 is not uploaded .TIFF file.

Please use program RSTXLDMC, this is only for uploading .TIFF into standard text. The after you can use standard text in SAP Script form.

Rewards if helpful.

Regards,

Subbarao

Hi,

I got the solution to this problem.

You take an image and save it as a 256 colour bitmap (Using for example the windows Paint application)

Then you upload this image via transaction SE78 as a graphic.

When you save the bitmap as a 256 colour BMP file, then the white background stays as a "White/Transparent Background"...which means for a laser printer...it does not try to print a "White Area".

Instead, if you use a 24-bit high resolution bitmap, you could get a Creamy layer in the white area of the BMP and this is not desired if you are printing using a laser printer on a coloured paper

So use a 256 colour Bitmap for these "Transparent" logos

Regards,

Aditya

aditya_palekar
Advisor
Advisor

Hello All,

I got the solution to this problem.

You take an image and save it as a 256 colour bitmap (Using for example the windows Paint application)

Then you upload this image via transaction SE78 as a graphic.

<b>When you save the bitmap as a 256 colour BMP file</b>, then the white background stays as a "White/Transparent Background"...which means for a laser printer...it does not try to print a "White Area".

Instead, if you use a 24-bit high resolution bitmap, you could get a Creamy layer in the white area of the BMP and this is not desired if you are printing using a laser printer on a coloured paper

So use a 256 colour Bitmap for these "Transparent" logos

Regards,

Aditya

0 Kudos

Thank you! This is the solution I was looking for!

0 Kudos

Aditya,

Thank you for your comment on this thread. I was having the same "creamy layer" behind my image, which made my documents look terrible. With your input, I was able to save my logo as a 256 color bitmap using Windows Paint.