cancel
Showing results for 
Search instead for 
Did you mean: 

converting JPEG image to bitmap

Former Member
0 Kudos

Hi ,

I want to upload a logo into se78 .

But it is in JPEG FORMAT .How to convert that to BMAP.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi ,

it's very simple yarr Open that logo and save it again BMAP fomat then you upload it .

valter_oliveira
Active Contributor
0 Kudos

Hi,

Remeber that SAP only supports bmap and tiff formats. Jpeg is not supported.

Even tiff filles, not all the quality tipes.

Hope this helped.

Best regards.

Reward helpfull Ideas.

Valter Oliveira.

Former Member
0 Kudos

Hi,

you can use the ImageConverter of the IGS to to convert images between different image formats.

You can convert between following image types:

TIFF: Tagged Image File Format Supports all types of files including multi-page fax files

GIF: CompuServe Graphics Interchange Format Only the first image is extracted. Transparency is not supported

BMP: Windows Bitmap Only RGB-BMP support.

PNG: Portable Network Graphics Complete support

JPG: Joint Picture Expert Group Complete support

Following image types are not supported

OS2 BMP

RLE-encoded BMP's

GIF's with transparency

Animated GIF's

If you convert a GIF with transparency, you will get the transparent color (i.e. pink) normaly rendered like the other colors too.

The color depth of the new image is 24 and 8 if the colortable of the input is paletted. The resulted colortable has 256 entries

You can take a look at the program GRAPHICS_IGS_IMGCONV_DEMO to see how the converter works in ABAP. Note that you can use the image converter via http too.

Best regards

Andreas

Former Member
0 Kudos

These are the steps to be followed for uploading graphics in R/3 system

1. First save the file as BMP

<b>2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and make it Zoom as 100% and save as *.TIFF </b>

3. Open SE38 and execute program RSTXLDMC

<b>4. Give your TIFF file path name </b>

5. Select Bcol (for Color)

6. TEXT ID will be ZHEX-MACRO-*.

7. Inplace of * write your own logo name (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

<b>did you save the image as .tiff???</b>

regards,

srinivas

Former Member
0 Kudos

Hi ,

Igot the below error when i tried the program RSTXLDMC

TIFF format error: No baseline TIFF 6.0 file

Former Member
0 Kudos

Hi,

After loading the LOGO, check whether that is available in the SO10 transaction code, just goto SO10 and Insert --> Graphics, then select that Logo and save it and then press Print Preview of that logo from SO10 initial screen .

Regards

Sudheer

Former Member
0 Kudos

I uploaded the logo now i want to save it as text how can i do that