Application Development and Automation 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: 
Read only

Problem in uploading bmp image

Former Member
0 Likes
926

hello gurus,

I would like to upload an image with size 3.39 cm X 1.69 cm. i.e,,

  height                     width

  128.125984 X 63.874016 pixels

i'm using se78 for uploading . The problem is I'm not able re size the image to that specific pixels size.

Please help me out

hello gurus,

I would like to upload an image with size 3.39 cm X 1.69 cm. i.e,,

  height                     width

  128.125984 X 63.874016 pixels

i'm using se78 for uploading . The problem is I'm not able re size the image to that specific pixels size.

Please help me out

4 REPLIES 4
Read only

Former Member
0 Likes
840

hello,

anyone out there to help.

Regards,

Nagendra

Read only

0 Likes
840

Hi,

You cannot change the size and pixels in se78 it can be controlled while using in scripts

BITMAP &COMP_LOGO& OBJECT GRAPHICS ID BMAP TYPE BMON DPI  '63'

and similarly in smart form you will have an option for resolution in graphics attributes.

may be you can try like this.

Regards,

Pavan

Read only

0 Likes
840

hi pavan,

The main problem is how I can re size the bmp image. Even if i'm re sizing with 3.39 cm X 1.69 cm size after uploading in se78 it was showing different size like 4.25 cm X 2.1cm something like that, how can I solve this issue Please help If you have any idea

Regards,

Nagendra

Read only

Tomas_Buryanek
Product and Topic Expert
Product and Topic Expert
0 Likes
840

What is image DPI before upload and then after upload in SE78 Attributes ?

Also rastr images can have only nondecimal pixel size.

If you are resizing in print form, then i guess it just shows converted print size to pixel values of base picture, for example 128.125984 X 63.874016 pixels...

-- Tomas --