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: 

error uploaading .tif image

Former Member
0 Kudos

Hi,

i want to upload an .tif image in the RSTXLDMC but an error occurs:

Uploading TIFF Files to SAPscript Texts 1

The file contains 1.343.164 bytes

This is a TIFF file with INTEL byte order

First IFD offset: 1.342.870

Reading IFD from offset 1.342.870 Number of Tags 24

ImageWidth: 2.480

ImageLength: 3.508

BitsPerSample levels: 3

BitsPerSample - level 1: 8

BitsPerSample - level 2: 8

BitsPerSample - level 3: 8

Compression: 5

Photometric Interpretation: 2

Number of StripOffsets: 3.508

SamplesPerPixel: 3

RowsPerStrip: 1

Number of StripByteCounts: 3.508

XResolution: 96 / 1

YResolution: 96 / 1

ResolutionUnit: 2

TIFF format error: No baseline TIFF 6.0 file

Please help...

thank you...

regards,

mae

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You need to convert the tiff image before upload

sometimes we will get this error for uploading

please use graphical tools to convert the actual image and save it as tiff image agiain and try upload.

I had same problem earlier, and i resolved it in the same way

I've used this http://www.batchconverter.com/

Pavan

Message was edited by:

Pavan Kothapalli

7 REPLIES 7

Former Member
0 Kudos

Hi

You need to convert the tiff image before upload

sometimes we will get this error for uploading

please use graphical tools to convert the actual image and save it as tiff image agiain and try upload.

I had same problem earlier, and i resolved it in the same way

I've used this http://www.batchconverter.com/

Pavan

Message was edited by:

Pavan Kothapalli

0 Kudos

Hi,

what exactly graphical tool did you used?

Because i was using MS paint and it is not working

thank you...

regards,

mae

0 Kudos

BatchConverter

you need to download the version and while saving you will see lot of options there

Thanks

Pavan

0 Kudos

Hi,

after uploadingto the RSTXLDMC..

How to used it in the standard text?

Thank you

regards,

mae

0 Kudos

You can use INCLUDE statement to include this logo in your script

Thanks

Pavan

0 Kudos

i already included it in the script but there is image displayed...

how can i see if the image was successfully uploaded aside from the confirmation..

can i preview it?how?

thank you...

regards,

mae

0 Kudos

goto se78

select Stored as Text->Standard Text

and choose ST from the list

give the name and language

and hit on Print Preview(F8) button.

Note: always try to open new thread for new posts.

Thanks

Pavan