TIFF format error: No baseline TIFF 6.0 file

hi gurus, i need your help with uploading my logo which is in Tiff format into the system as a graphic element in . via program
RSTXLDMC. i created the Tiff using paint . Os windows 7
ploading TIFF Files to SAPscript Texts                                        1
oad File
c:\pcl logo.tif
The file contains     14.432  bytes
his is a TIFF file with INTEL byte order
First IFD offset:                                   14.170
Reading IFD from offset     14.170  Number of Tags         16
ImageWidth:                                            131
ImageLength:                                           106
error: BitsPerSample tag has length <> 1 or 3
Compression:                                             5
Photometric Interpretation:                              2
Number of StripOffsets:                                  5
SamplesPerPixel:                                         4
RowsPerStrip:                                           23
Number of StripByteCounts:                               5
XResolution:                                        95.987  /      1.000
YResolution:                                        95.987  /      1.000
ResolutionUnit:                                          2
TIFF format error: No baseline TIFF 6.0 file

The website you mentioned ie 'www.zamzar.com' can be used to convert the tiff file into other format's.
So can you tell me how to use the tiff file with out getting this error. Please help me out with this.
The error apperaring is:
Uploading TIFF Files to SAPscript Texts                                        1
Load File
c:\RA362S0900
The file contains    192,136  bytes
This is a TIFF file with INTEL byte order
First IFD offset:                                  191,410
Reading IFD from offset    191,410  Number of Tags         60
ImageWidth:                                            288
ImageLength:                                           189
BitsPerSample levels:                                    3
BitsPerSample - level 1:                                 8
BitsPerSample - level 2:                                 8
BitsPerSample - level 3:                                 8
Compression:                                             5
Photometric Interpretation:                              2
Number of StripOffsets:                                 14
SamplesPerPixel:                                         3
RowsPerStrip:                                           14
Number of StripByteCounts:                              14
XResolution:                                            96  /          1
YResolution:                                            96  /          1
ResolutionUnit:                                          2
TIFF format error: No baseline TIFF 6.0 file

Similar Messages

  • UPoad lgoo using RSTXLMDC ERROR showing TIFF format error: No baseline TIFF

    Hi
    I am geeting the below problem while uploading a tif format file using RSTXLDMC
    Load File
    h:\prim.tif
    The file contains     13.930  bytes
    This is a TIFF file with INTEL byte order
    First IFD offset:                                   13.744
    Reading IFD from offset     13.744  Number of Tags         15
    ImageWidth:                                            559
    ImageLength:                                           279
    BitsPerSample levels:                                    1
    BitsPerSample - level 1:                                 8
    BitsPerSample - level 2:                                 0
    BitsPerSample - level 3:                                 0
    Compression:                                             5
    Photometric Interpretation:                              3
    Number of StripOffsets:                                 14
    SamplesPerPixel:                                         1
    RowsPerStrip:                                           21
    Number of StripByteCounts:                              14
    XResolution:                                            96  /
    YResolution:                                            96  /
    ResolutionUnit:                                          2
    ColorMap size:                                         256
    TIFF format error: No baseline TIFF 6.0 file
    and I am not expecting the below code
    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E
    These are the steps to be followed for uploading graphics in R/3 system 
    1.   First save the file as BMP 
    2.   Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and 
          make it Zoom as 100% and save as *.TIFF 
    3.   Open SE38 and execute program RSTXLDMC
    4.   Give your TIFF file path name 
    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

    Hello,
    The error message usually means that you try to upload a graphic with a
    TIFF format, which is not supported. Please check the compression type
    of the TIFF file with your graphic program. The SAP supports
    uncompressed TIFF files and Packbits compressed TIFF files.
    Read SAP note: 39031 tells about baseline.
    Not every TIFF dataset can be uploaded, there are some preconditions.
    Regards,
    David

  • Tiff format error

    Hi All,
    I am trying to upload a TIFF image using RSTXLDMC . while trying to do so ,I am getting an error 
    "TIFF format error: No baseline TIFF 6.0 file ".
    I had look to find solution in SDN and internet,however this will NOT help me to solve this problem,.
    Can some body throw light on this issue,please?
    With Regards,

    Hi Jaheer,
    please check the following threads:
    http://scn.sap.com/thread/876577
    http://scn.sap.com/thread/1308052
    http://scn.sap.com/thread/232813
    Regards,
    Klaus

  • Format Error : mkfs.ocfs2 1.2.7 file system too small for a journal

    Hi All,
    I am trying to implement Oracle 10g RAC on my laptop using vmware and openfiler software . But while executing the command
    #mkfs.ocfs2 -b 4K -C 32K -N 4 -L oracrsfiles /dev/iscsi/crs11/part1
    I am getting the error
    Format Error : mkfs.ocfs2 1.2.7 file system too small for a journal
    Please anybody can help me to resolve this problem.
    Thanks in Advance.

    How large is the device that you are formatting?
    The default journal size depends on the type specified. If none specified,
    then it assumes "mail" which sets the default journal per slot to 256M.
    If database type, default is 64M.
    Use "-T database" to specify database type, etc.
    BTW, one can always override the defaults. Say "-J size=16M" to make
    a smaller journal.
    man mkfs.ocfs2 and the user's guide has more.

  • Not in GZIP format error while trying to unzip the file

    I'm using GZIPInputStream in order to read data from zipped file.
    It worked perfectly from command line. I have to execute the same code from crontab and it gave me the exception:
    java.io.IOException: Not in GZIP format
    It tries to check the GZIP_MAGIC number and for some reason failed.
    The stack trace I'm getting points to GZIPInputStream constructor.
    GZIPInputStream input = new GZIPInputStream( new FileInputStream( fileName));
    Any help will be highly appreciated.
    Thanks,
    Arnold

    This may be a little late for you, but I am having the same problem. I am using an encryption package as well. I created input and output streams to wrap my encryption package. (javax.?? has something similar)
    Anyway, my algorithm goes: data -> gzip -> encrypt --------- ->decrypt -> gzip ->data
    If I used encryption without the gzip everything works fine, and if I use gzip without the encryption it works fine as well. But if I use them in conjuction, bad thing happen.
    I copied versions of the GZIPInput and output stream classes from java.util.zip and made my own so I could put in debug code. Then I saw what was happening. GZIP writes a header of 8b1f. It does this by writing a first to 1f as a byte (this is 31 in decimal) and then the 8b (this is 139 unsigned byte or -117 signed byte).
    My debug code shows that it writes 31,-117 to the stream, but reads 31,139 when I don't use encryption and 31,-117 when I do. Another strange thing about this, though, is that everywhere I have debug code, this is the only byte that prints out unsigned in my debug messages... When encryption is turned on this same debug message prints -117.
    I have no idea why this is happening. To test things some more, I changed my copy of the gzipinputstream to compare this header value with the GZIP_MAGIC number (35615) and with -29921. Now everything works perfectly. There has to be a better solution for this, but I don't know what it is yet.
    GZIP_MAGIC is 8b1f sent as two bytes 1f and then 8b, and then shifting the 8b.
    -117, using the Integer.toString(-117,16), gives a hex of -75. Using the same methodology as above, we can get -751f which is -29921.
    The header check is essentially:
    if ((int)readUByte(in) << 8) | (int)readUByte(in) != GZIP_MAGIC)
    your screwed
    So change this store the value in a variable and compare it to GZIP_MAGIC and -29921 and your problem will disappear.
    I am not sure what they were thinking. readUByte is a simple read. There is nothing unsigned about it. There is probably some casting somewhere along here that is causing the error, but nothing I am doing seem incorrect.
    Hope this helps. Actually, I hope you have solved your problem by now, but if not,... If you have any insights, I would appreciate hearing them.

  • ERROR WHILE UPLOADING TIFF FILE.

    Dear Sir/Madam,
             While i am trying to upload tiff file i got this error , i cannot understand where i made mistake , please guide me to solve this problem.
    Load File
    C:\Documents and Settings\dastagiri\Desktop\PARU.tiff
    The file contains      2,798  bytes
    This is a TIFF file with INTEL byte order
    First IFD offset:                                    2,612
    Reading IFD from offset      2,612  Number of Tags         15
    ImageWidth:                                            176
    ImageLength:                                           148
    BitsPerSample levels:                                    3
    BitsPerSample - level 1:                                 8
    BitsPerSample - level 2:                                 8
    BitsPerSample - level 3:                                 8
    Compression:                                             5
    Photometric Interpretation:                              2
    Number of StripOffsets:                                  7
    SamplesPerPixel:                                         3
    RowsPerStrip:                                           23
    Number of StripByteCounts:                               7
    XResolution:                                            96  /          1
    YResolution:                                            96  /          1
    ResolutionUnit:                                          2
    TIFF format error: No baseline TIFF 6.0 file
    Thanks in Advance,
    D@st@giri.

    Dear Vijay,
    I have one tiff 6.0 image which i am passing to program "RSTXLDMC".
    I have not done any conversion or changes in the file.
    Regards,
    Sagar Sontakke

  • No baseline TIFF 6.0 file

    Hi all,
    I am trying to upload a tiff file for a logo using program RSTXLDMC. i run nto the same error all the time:
    TIFF format error: No baseline TIFF 6.0 file
    I have converted my logo using various programs such as paint.net, paint and windows imaging.
    Can anybody tell me how to resolve this error, i know I can also use se78 and .bmp but I would like to store the logo as a standard text. I would like to know how to convert it to tiff 6.0
    Thanks a lot,
    Bert

    Hi,
    I seem to remember that there are additional settings you need to make when saving the file, specifically that 'no compression' is set.
    My recollection is a bit hazy, so I can't be much more specific.
    Regards,
    Nick

  • Baseline tiff

    Hi,
    When i want to use the program RSTXLDMC to create a standart text of tiff picture file, i get the following error message:
    TIFF format error: No baseline TIFF 6.0 file
    How to convert signature.tif file to baseline tiff 6.0? Is there any program in sap for this?
    Thanks.
    deniz.

    Hi,
    check this link.
    link:[TIF file upload error;
          [Error in Program RSTXLDMC;
    or
    try with Adobe Photoshop or Micorosoft Photo editior
    and save it as Tiff file.
    hope it'll help u.
    Regards,
    Sneha.
    Edited by: sneha kumari on Jun 18, 2009 12:42 PM
    Edited by: sneha kumari on Jun 18, 2009 12:44 PM

  • File format error for xml file

    Hi!
    We are trying to upgrade our SAP 4.6C to EHP4.
    While "configuration roadmapstep", system asks us the XML file we have
    produced via solman. When we enter the path of the file system gives theerror below:
    The selected configuration file
    ("E:\downloadupg\SMSDXML_FKQ_20100917142727.656.xml") is not useable.
    Reason: "File format error"
    We have tried the txt file instead of xml file. The result was same.
    You can find the details of our system.
    4.6D EX2 32 bit kernel
    windows 2003 64 bit OS
    sql 2005 64 bit database software
    We have to upgrade our system until that monday.
    Please help us as soon as possible.
    Best regards
    Noyan Durna

    Hello Noyan,
    first, the official information: please refer to note #1022704 - for source release 4.6, the TXT file has to be used instead of the XML file. Otherwise, 'File format error' will occur as in your case.
    But since you tried this option, you should turn your attention to the XML itself, which must contains entries that are not handled by function module OCS_GET_UPG_STACK_INFO in the 4.XX source systems. The function module only expects the entries [SPAM_CVERS], [PRDVERS] and [SWFEATURE].  Any other entries present on the file can cause an error. 
    Please check your file for other entries like [APP_SYSTEM], [SWFEATUREINC], [TECHUSAGES], [INITIAL_CVERS], [EXPORT_CVERS], and [DVD_SET]; this might be the cause of the error. 
    In order to workaround this, you can either edit the file and remove the invalid entries or recreate it (w/o this entries also).
    Best regards,
    Tomas Black

  • GDI+ Generic Error, multple frame tiff, multiple image formats

    This is a question I posted on stack exchange, but have not gotten any answers.  This is occurring on Windows Server 2008 R2 systems.
    I have seen many issues involving the GDI+ Generic Error, but I have not seen this particular matter raised before. We are consistently getting the error, on Windows systems other than Windows 8, when attempting to read (System.Drawing.Image.SelectActiveFrame)
    a multiple-frame tiff that includes frames in mixed Photometric Interpretation formats. That is to say, the file includes both RGB color and min-is-white formats, with corresponding differences in the Bits/Sample and Samples/Pixel frame parameters. The error
    is consistently raising as soon as a frame is encountered with a format that is different from that of the first frame.
    // Convert File from .tiff to .PDF
    static void ConvertFile(string file, string pdffilename)
    string localMessage = string.Empty;
    try
    //if it's a PDF Just renamed it and continue
    if (file.ToLower().Contains(".pdf"))
    File.Copy(file, pdffilename);
    return;
    // If file exists return
    if (File.Exists(pdffilename)) { return; }
    using (var stream = new FileStream(pdffilename, FileMode.Create))
    localMessage = "01";
    var document = new iTextSharp.text.Document();
    localMessage = "01";
    var writer = iTextSharp.text.pdf.PdfWriter.GetInstance(document, stream);
    localMessage = "02";
    var bm = Bitmap.FromFile(file);
    localMessage = "03";
    var total = bm.GetFrameCount(FrameDimension.Page);
    localMessage = "04";
    document.Open();
    //iTextSharp.text.pdf.PdfContentByte cb = writer.DirectContent;
    localMessage = "05";
    iTextSharp.text.Image img = null;
    for (var currentframe = 0; currentframe < total; ++currentframe)
    localMessage = "06=>" + currentframe.ToString();
    bm.SelectActiveFrame(FrameDimension.Page, currentframe);
    localMessage = "07=>" + currentframe.ToString();
    img = iTextSharp.text.Image.GetInstance(bm, ImageFormat.Bmp);
    localMessage = "08=>" + currentframe.ToString();
    img.ScalePercent(72f / img.DpiX * 100);
    localMessage = "09=>" + currentframe.ToString();
    img.SetAbsolutePosition(0, 0);
    localMessage = "10=>" + currentframe.ToString();
    iTextSharp.text.Rectangle pageRect = new iTextSharp.text.Rectangle(0, 0, img.ScaledWidth, img.ScaledHeight);
    localMessage = "11=>" + currentframe.ToString();
    document.SetPageSize(pageRect);
    localMessage = "12=>" + currentframe.ToString();
    document.NewPage();
    localMessage = "13=>" + currentframe.ToString();
    document.Add(img);
    localMessage = "14";
    bm.Dispose();
    localMessage = "15";
    document.Close();
    localMessage = "16";
    stream.Close();
    catch (Exception exception)
    string msg = exception.Message + "\r\n" +
    "Coversion Error--\r\n" +
    "\tinput file name: " + file + "\r\n" +
    "\toutput file name: " + pdffilename + "\r\n" +
    "\tlocal message" + localMessage + "\r\n";
    Console.WriteLine(msg);
    SaveError(msg);
    throw;
    The "local message" is always "06=>n", where n is the 0-based index of the frame that transitions to a new format.
    The error occurs whether the transition is from black and white to color, or color to black and white.  The issue does not seem to occur on Windows 8 boxes, but we only have W8 developer PCs, not servers.  It is a production process and needs to
    be deployed on a server.
    Does anyone know why this is happening or how to fix it?

    Hi,
    For the GDI related issue, i think you may ask in the following forums:
    http://forums.asp.net/150.aspx/1?System+Drawing+GDI+
    Thanks for your understanding.
    Regards.
    Vivian Wang

  • Error in uploading TIFF imge

    Working on SAP 4.7. Trying to upload TIFF image using program RSTXLDMC. The tiff image is made using Microsoft Photo Editor 3.0.2.3
    While uploading its gives Error message that Image is not Baseline 6.0 TIFF format.
    what could be the reason. Kindly help.
    The same image in BMP format can be uploaded using SE78.
    thanks
    anu

    Dear Anupma,
                It seems as if you are trying to upload graphics in you SAP Script. Try the following process -
    These are the steps to be followed for uploading graphics in R/3 system 
    1.   First save the file as BMP 
    2.   Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and 
          make it Zoom as 100% and save as *.TIFF 
    3.   Open SE38 and execute program RSTXLDMC
    4.   Give your TIFF file path name 
    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 
    Hope it will help you. If it solves your query then kindly reward the points and close the thread.
    Regards.
    Naveen

  • Logo (tiff format)  for Smartforms

    I am having a bmp image but need to convert this first in tiff format . This i am doing through paint .
    Then , I want to have  this image ( tiff format ) as logo of a smartform .
    So i am uploading the same(tiff image ) from se78 transaction .
    But ahile uploiading its throwing an error "Erroroneous tif format " .What can be the cause of this error . How should i proceed ?

    Due to some loss of colour information in bmp , i have to go for tiff format as no loss of colour information is occuring in tiff .
    But i am not able to upload the same(thru se78) and need to know the same .
    Is "baseline 6.0"  version  in tiff only supported  for uploading through se78  ?

  • Error while uploading tiff file using report "RSTXLDMC"

    Hi Experts,
    I am trying to upload .tif file into SAP usinf report "RSTXLDMC".
    Getting below error.
    Uploading TIFF Files to SAPscript Texts
    Load File
    c:\file.tif
    The file contains    134,412  bytes
    This is a TIFF file with MOTOROLA byte order
    First IFD offset:                                        8
    Reading IFD from offset          8  Number of Tags         13
    ImageWidth:                                          5,120
    ImageLength:                                         6,590
    Compression:                                             2
    Photometric Interpretation:                              0
    Number of StripOffsets:                                  5
    RowsPerStrip:                                        1,636
    Number of StripByteCounts:                               5
    XResolution:                                           600  /          1
    YResolution:                                           600  /          1
    ResolutionUnit:                                          2
    This is a baseline TIFF 6.0 BILEVEL file
    TIFF upload not possible, compression type 2 not supported
    How to solve this ????
    Please help.
    Regards,
    SVS

    Dear Vijay,
    I have one tiff 6.0 image which i am passing to program "RSTXLDMC".
    I have not done any conversion or changes in the file.
    Regards,
    Sagar Sontakke

  • Color of Image in tiff format

    Hi all,
    i have converted the image  from JPG format to tiff format but the color is not coming in the tiff format although i have put the  BCOL where color option comes.....
    Please suggest..
    Thanks in Advance
    Ashu SIngh

    I have a similar problem, my TIF picture is 256 color and I upload it with BCOL option, but when printed on the form it's black/white, see below:
    20.10.2009           Uploading TIFF Files to SAPscript Texts                   1
    Load File
    c:\temp\cc.tif
    The file contains     49.434  bytes
    This is a TIFF file with INTEL byte order
    First IFD offset:                                   49.160
    Reading IFD from offset     49.160  Number of Tags         15
    ImageWidth:                                            128
    ImageLength:                                           128
    BitsPerSample levels:                                    3
    BitsPerSample - level 1:                                 8
    BitsPerSample - level 2:                                 8
    BitsPerSample - level 3:                                 8
    Compression:                                             1
    Photometric Interpretation:                              2
    Number of StripOffsets:                                  7
    SamplesPerPixel:                                         3
    RowsPerStrip:                                           21
    Number of StripByteCounts:                                7
    XResolution:                                             0  /          1
    YResolution:                                             0  /          1
    ResolutionUnit:                                          2
    This is a baseline TIFF 6.0 *FULLCOLOR* file
    TIFF raster image resolution in DPI:                    300
    Using resolution from report parameter:                 300
    Text ZHEX-MACRO-TEST1 , Language HR, Object TEXT , Id ST ,
    saved successfully

  • Does JavaFX support the TIFF-format?

    We are considering to use JavaFX to rewrite one of our C++ desktop apps.
    The app should be able to show TIFF-images though.
    Does JavaFX support the TIFF-format?
    The JavaFX-script below does not show the TIFF-image nor does it throw an Exception.
    javafx.stage.Stage {
    title : "Hello World"
    scene: javafx.scene.Scene {
    width: 200
    height: 200
    content: [
    javafx.scene.image.ImageView {
    image: javafx.scene.image.Image {
    url: "file:/C:/temp/HelloWorld.tiff"
    }

    An altenative...
    public class TIFFImageView extends CustomNode{
        public-init var fileName: String;
        public var imgScaleX: Number = 1;
        public var imgScaleY: Number = 1;
        public var nbFrame: Number = 0;
        public var currentFrame: Number = -1 on replace {
            displayFrame();
        public var tiffDecoder: ImageDecoder;
        public var imageView: ImageView;
        public function displayFrame() {
            try {
                if(currentFrame >= 0) {
                    var ri = tiffDecoder.decodeAsRenderedImage(currentFrame);
                    var pi = PlanarImage.wrapRenderedImage(ri);
                    imgScaleX = 580 / pi.getWidth();
                    imgScaleY = 450 / pi.getHeight();
                    imageView.image = Image.fromBufferedImage(pi.getAsBufferedImage());
            } catch (e: Exception) {
                println("display frame error: {e}");
        function loadFile() {
            try {
                var tifFile = new FileSeekableStream(fileName);
                tiffDecoder = ImageCodec.createImageDecoder("tiff", tifFile, null);
                nbFrame = tiffDecoder.getNumPages();
                if( nbFrame > 0) {
                    currentFrame = 0;
            } catch (e: Exception) {
                println("load file error: {e}");
        init {
            loadFile();
        override public function create(): Node {
            Group {
                content: [
                    VBox {
                        translateX: 10
                        translateX: 10
                        spacing: 20
                        content: [
                            HBox {
                                spacing: 20
                                content: [
                                    SwingButton {
                                        text: "Load Image"
                                        action: function() {
                                            var chooser: JFileChooser = new JFileChooser();
                                            if (JFileChooser.APPROVE_OPTION == chooser.showOpenDialog(null)) {
                                                var file = chooser.getSelectedFile();
                                                if(file.isFile() and file.canRead()) {
                                                    fileName = file.getCanonicalPath();
                                                    loadFile();
                                    SwingButton {
                                        enabled: bind (currentFrame > 0)
                                        text: "Previous Frame"
                                        action: function() {
                                            currentFrame --;
                                    SwingButton {
                                        enabled: bind (currentFrame < nbFrame - 1)
                                        text: "Next Frame"
                                        action: function() {
                                            currentFrame++;
                                    SwingLabel {
                                        translateY: 5
                                        text: bind "Frame index: {currentFrame} / {nbFrame}"
                            imageView = ImageView {
                                transforms: [
                                    Scale {
                                        x: bind imgScaleX
                                        y: bind imgScaleY
    }

Maybe you are looking for

  • How can I create a URL for a PWA for MS Project Server 2010 project file that includes the view?

    Hi, this question has been answered for 2013. The answer here suggests that it can be done in  2010. See: http://social.technet.microsoft.com/Forums/projectserver/en-US/3affdc4f-36bf-4381-8b75-27c73465efd4/action?threadDisplayName=how-can-i-create-a-

  • Field alignment issue on a page

    Hi - I am trying to align the fields on an apex page but not able to find a way. Basically I have 2 rows of columns shown on an apex page. First row has 4 fields (Text box items): And second row has 2 fields (Text box items) 1st row > Name|----------

  • Satellite P300-18M - AC adapter is dead

    Cable melted today around the square plug that goes into laptop. You can see the wires, lately adapter has been buzzing/making insect noises. It's still under warranty. Will Toshiba provide a replacement adapter and how long is it gonna take for me t

  • Logon ticket missing; Single Sign-On is not correctly configured

    Dear Experts, we have tried to configure SSO on SAP PI environment, but without success. Can you pls advise where to look for fixing the SSO? regards, PM

  • ORACLE 10G DATABASE

    Hi All, My PC is down because of virus problems and I had Ora 10g installed on it for my personal use. Is there any website or URL on which one can log-on as practice database - just for hands-on training on Oracle 10g database and also for Oracle 10