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: 

Convert image from 32 bit to 24 for se78 using ABAP code

Former Member
0 Kudos

Hello Abap gurus,

I need automaticaly upload images that stored in aplication server.

Upload them to se 78 using some Z program.

I have problem that all images that stored have 32 bit per  size.

and it is not possible upload them to se78 as i get error :

Bitmap file: No color table available (True Color, Bitcount 32)

Could you please suggest the way or some sample program how it may be done.

Regards,

5 REPLIES 5

hemanth_kumar21
Contributor
0 Kudos

1. Lower the resolution of the image

2. Lower the file size of the image

https://scn.sap.com/thread/1071074

0 Kudos

Hello and that you for fast reply.

It is important to lower resolution or size image using ABAP code not manualy.

It shold be ABAP program.

i know how upload it manualy.

Could you suggest any code how to do it programaticaly  in ABAP,

0 Kudos

Hi,

you need external application like  ImageMagick 

regards

Fred

former_member192854
Active Participant

0 Kudos

Hello,

Yes i checked this article,but here is no nothing about comperession only about how to change one format to enother.

But i need change 32.bmp image to les then 32. using code.

Regards,

Olegs