Bitmap images have grayscale settings

I'm creating pdfs using Acrobat Standard 6.0 from Word documents. The documents contain images in color, grayscale and bitmap mode. For some reason the bitmap images in the final pdfs are not appearing as bitmaps but appear with the settings for the grayscale images. Meanwhile, the actual grayscale images appear with the color settings. The color images are fine. I've experimented with different resolutions for each type of image and each time the results follow the pattern described.
I'd be interested to know where in the chain of events is the problem is occurring, or if anyone can suggest a way of trying to pin it down. I've tried two separate versions of Word, so I'm assuming the problem lies elsewhere.
Thanks for any advice.

Is there a way really one can use to convert bitmap
images into vectored images?
I ask this question in response to a problem that I
have. I take photos using a camera of resolution 72
pixels per inch and then process them in a program I
have written in Java. I then print cards as the
output of the system processing. The picture quality
I then produce is a worry. The images are blurred and
they rather look like zoomed bitmap images. Its not
very disgusting but its something the clients are
complaining about. And what makes you think that vectorizing an image is actually an improvement?
Suggestions with regards to where I could be going
wrong are very much welcome.Get a better camera.

Similar Messages

  • Using a script to get the color of a colorized Black & White Bitmap image

    I've been running into this wall for quite some time and would greatly appreciate any help that can given for it.
    I have an Illustrator script that runs inside of a BridgeTalk session within an InDesign script.  Yeah, it's complicated.  The upshot is that the Illustrator part opens up an EPS file, looks through all objects on a certain layer in that file, and returns an array of the colors used in it.  So, it looks at fill colors, stroke colors, gradient stops, etc.  One of the biggest stumbling blocks (next to PlugIn Items, which I'll ask about in a separate post) is getting the color of raster images.
    Most raster images, I realize, are going to be CMYK or RGB images, but our company mostly deals with either Grayscale images or Black & White Bitmaps that are embedded in the EPS file.  Those two allow the ability to colorize them by simply selecting them and then choosing a color, such as a spot PANTONE color from one of their color books.
    Now, I need the script to read the color that the raster image has been colorized with.  This works okay for images that have a GrayScale color space, as the script just looks at Colorant[0] of that image.  However, I run into a problem with Black & White Bitmap images.  Here's a piece of code that I try to make work with an EPS file that has a raster image:
    var document = app.activeDocument;
    for (var i = 0; i < document.layers[0].pageItems.length; i++) {
              // Stepping through each item on the layer.
              var currentItem = document.layers[0].pageItems[i];
              $.writeln("Current item is " + currentItem.typename);
              $.writeln("Number of channels is " + currentItem.channels);
              $.writeln("Color Space is " + currentItem.imageColorSpace);
              $.writeln("Colorized Grayscale? " + currentItem.colorizedGrayscale);
              $.writeln("Number of Colorants: " + currentItem.colorants.length);
              for (var j = 0; j < currentItem.colorants.length; j++)
                        $.writeln("Colorant number " + j + " is " + currentItem.colorants[j]);
              $.writeln("Its parent is " + currentItem.parent);
              $.writeln("Parent's typename is " + currentItem.parent.typename);
    This code runs successfully on an Illustrator file that has a Black & White Bitmap image on the top layer, but if you try and run it, you'll see the problem:  Even if you've colorized your Bitmap image with a PANTONE spot color (and the script even returns "true" on the line "Colorized Grayscale?"), Colorant number 0 is "Gray".  It should be the spot color assigned, not "Gray".
    Can anyone please help me figure out how to get the script to recognize the actual colorant of a Black & White Bitmap image in Illustrator?

    If you're a professional photographer with 50,000 pictures stored now and more coming all the time, you need to forget about using iPhoto and get yourself some professional-quality digital asset management software. iPhoto is not meant for people like you, and instead of providing a simple, elegant one-stop answer to all your needs, iPhoto is actually complicating your life.
    You need an application that will:
    - catalog ALL your images and keep track of where they are, no matter how many DVDs, folders, partitions or hard drives they're spread over;
    - display thumbnails of ALL of them, even when the DVD that contains them is not present in any drive, so you can select all the ones you want for a project;
    - find and copy (or export) the originals of all the files you've selected in the browser window, even if it means prompting you to insert the necessary DVDs for all of them.
    I suggest Googling "digital asset management software Macintosh" and seeing what turns up. I used to use an old version of Extensis Portfolio, and even that would have been better for your purposes than iPhoto is.

  • How Can I Clean up Imported Bitmap Images

    Hi, I am using Flash 5. I have imported a sequence of .png images and they are looking pretty rough and bitmapped so I wanted to clean them up.
    1. Do I have to select each frame after import and adjust the bitmap settings for each image or can I doo this somewhere so it affects al images?
    2. I can’t find the settings for cleaning up the bitmap images. I thought they would be in the “Properties” panel?
    3. Is there a way to fix the rasterization or clean up an imported .swf or is it better to clean up the sequence before saving as an .swf?

    Ned Murphy wrote:
    Ideally you should have images cleaned up/ properly sized / optimized before you import them into Flash.  Once they are in Flash, one thing you can do that can help how the image displays, especially if you manipulate its size while in Flash, is to set the image to allow smoothing.  This can be set using code or can be manually applied to the image in the library by right clicking it, selecting Properties, and checking the option to Allow Smoothing.
    Thanks Ned,
    Wow, exactly what I was looking for. Thanks. A huge improvement in the look of the gradients.

  • Uneditable full-width bitmap images

    Under what settings does Captivate record the state change of various UI elements, like the depression of buttons and the checking of check boxes, as additional narrow, full-width bitmap slices which are not editable or localizable?
    For new recordings, it looks like creation of these slices can be avoided by deselecting Record keystrokes in the Recording > Settings category in Edit > Preferences or in Record/Create > New Project > Settings. Is this correct and a known issue?
    Has anyone any insight on how to avoid these uneditable full-width bitmap images? The goal is to have a single background that can be localized so they are a major headache and I'd like to know how they can be avoided. Thanks.

    I'm complelely baffled.  The only bitmap you should have is the background.  If you haven't solved your problem, send me your file or a representative slide or two so I can take a look. Sounds like gremlins in the Print Screen key.
    Leslie Bivens
    E-Learning Developer/Captivate Coach
    [email protected]

  • __Can I merge one large Bitmap image into another?

    __Can I merge one large Bitmap image into another?
    I have 2 very large hi-res Bitmaps that I want to merge together into 1 file without converting to grayscale or anything. The problem is the second Bitmap is like a 'patch' and I want to insert it into the other like a puzzle piece, while maintaining corect registration (the bitmaps combine to a 4 colour seperation).
    Thanks in advance!

    1bit Bitmap offers no layer capabilities so going through grayscale seems advisable. (Edit: Naturally one should at the end of the combination process convert to bitmap again.)
    Other than that you could after pasting remove parts of the pasted content with the selection tools (setting them to subtract with alt).

  • Could work an animated flash bitmap image exported in html 5, in DPS ?

    I'm new in DPS, just started for a couple of weeks and I need to use a image in an animation.
    I created the animation in inDesign exported in .fla, used de toolkit js, load it in a container with web content overlay, and when I preview it with Adobe Content Viewer it doesn't work, it apears a blank screen. Neighter of animation from that stage won't work.
    To be very precise any animation works fine, when I test the html in a browser, the problem appears only in the content viewer.
    The animation is very simple: smal logo entering in the stage from the right, not very complex.
    I tried in flash with other images in a test file and loaded in inDesign, and still don't work. Other vector animation works well, no problem. I saw that if I have an image in library in flash and export a simple animation with a vector ball, won't work in indesign preview, with content viewer.
    My question is, Could work an animated flash bitmap image exported in html 5, in DPS ?  If so, what should I need to do ?
    Thank you in advance.

    Two possible solutions I was considering:
    1) In my index/first page, have all the swfs present (scaled to 1x1, behind something, or invisible) and have a preloader code on that first page... so all the content gets loaded before continuing onto the rest of the site.  That would certainly work in making the site run quick... but would mean a relatively lengthy wait at the start.  Luckily, unlike my current site, all the actual site content (aside from the header/nav interface) is HTML... so the bulk of the site's content is in the HTML pages, not as part of the Flash header... so it probably wouldn't be too horrific a wait.  However, it would be loading EIGHT of these swfs, since there are eight pages... so then maybe it would be....
    2) Have an swf that consists of just the 'draw up' of the interface, and it's idle state... then when each button is pressed, load a new swf to replace the main one, which has the specific page's animated title sequence, and ends with the code to load the html page.  So, each separate HTML page would have embedded into it only the main swf, and the title animation swf would be swapped in when a nav button is pressed.  Main issue here is each button press would envoke a preloader sequence (kind of tedious)... and unfortunately all the 'main interface' elements loaded in with the main swf would have to be loaded in again at the start of each animated title swf (although none of the draw up... just the loading of the interface and buttons).  For highspeed users, it should be okay, I guess....
    Thoughts or better ideas?

  • How to convert color of bitmap image?

    I am programming with Acrobat 7.
    I'd like to change color of all object to CMYK color or gray.
    In case of plain object like path or font,
    I need to seek CMYK color from the object's RGB color.
    and I change the property of the object color space and value with it.
    but in case of bitmap image, i don't know how to at all.
    it has numerous colors.
    I hope your advice.

    Thank you both of you.
    by the way, Leonard, Could you tell me that APIs more detailly?
    I have look into the document for long time. it is still hard to find proper API.
    I have to say this again. I am trying to find APIs based on version 7.
    I am using custom function ACEconvertColorProfile which is placed in snippetrunner. it consists of these APIS ACMakeColorTransform, ACApplyTransform, and so on.
    but I can't find the way to convert bitmaps once and for all.
    I hope you give more hint.
    Thanks again.

  • If you change the image mode of this image from 8-bit RGB image to Grayscale mode while in PSCS – what will the new Pixel Count be?

    If you change the image mode of this image from 8-bit RGB image to Grayscale
    mode while in PSCS – what will the new Pixel Count be?

    If you mean by Pixel count the number of pixels, this will not change. The image will have the same size thus the same number of pixels.

  • Query: How does scale9grid work with bitmap images?

    I have a custom component I use as website header built in flash catalyst. Below is the code for the component.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Group xmlns:s="library://ns.adobe.com/flex/spark" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:d="http://ns.adobe.com/fxg/2008/dt">
         <s:BitmapImage smooth="true" source="@Embed('/assets/images/TIBB/Header.png')" d:userLabel="Header" width="100%" />
    </s:Group>
    The problem is that it doesn't scale according to 9 slice scaling. How do I use scale9grid for the bitmap image?

    http://www.roseindia.net/tutorial/flex/flex4/components/9slicescaling.html

  • After Import in LR 4.2 all images have development modifications

    When I import images no matter if RAW or JPG, when I go to the development module all images have various modifications on all slidedrs from exposure to saturation.  I haven't changed any settings or global settings but each slider will already be modified.  Previously when importing images all sliders were set to ZERO, but now all of those sliders are anywhere from - to + modification.  Can someone please help?
    LR 4.2, Windows 7 64-bit, 24GB ram, Catalog has been optimized, Develop Settings and Metadata setting are set to none on import.
    Thanks,
    Curtis

    First thing to check is the Presets Tab of the Lightroom Preferences to make sure that "Apply auto tone adjustments" is NOT checked. If it's checked, uncheck it and try importing again.
    If that setting is NOT checked, then perhaps you've inadvertently changed the default develop settings.....to check this take one of the adjusted images into the Develop module, then press and hold the Shift key. The Reset button at bottom right of the screen will change to "Reset (Adobe)"....click on it and see if the sliders revert to zero. If they do, you need to reset the default develop settings....Menu Bar>Develop>Set Default Settings, then click on "Restore Adobe Default Settings".

  • How do I overlay n number of  bitmap images using Java.

    Hi All,
    I have a task of creating a composite bitmap or a .gif image from "n" number of bitmap images , so that the resulting composite image will look like as if all those "n" images were placed side by side . How can I achieve this ? Can you point me to some place where I can understand the concepts behind this?

    Create a new BufferedImage with the dimensions of all the images you want combined, then paint all the images into it through the Graphics object you can obtain from the BufferedImage. Then write out the image using the ImageIO class.

  • Colouring up bitmap images

    Hi
    I have a 98 page document with the same bitmap image on every spread. The image has been coloured up with a special colour in Indesign but unfortunately hasn't been set to overprint. I've tried various combinations in find/replace to find the image but nothing i try works? Any ideas?

    I've never had a lot of luck with Find/Change and objects. If it's on the master page, just select it and open the Attributes panel to set the overprint.
    If it's not on the master page, well, it probably should be.
    And of course, I have to ask why you would want anything other than Black to overprint? Perhaps the rela problem here is that the image is being covered up by someting in front of it on the document page. If that's the case (even if you mean to overprint it), put it on a layer higher in the stacking order. Master page obejcts are always behind document page objects on the same layer.

  • Export Bitmap images to local server

    Hi,
        I have a requirement to export bitmap image from se78 to local server. Please suggest me is there any tcode or standard program to do this.
    Thanks.
    Tony

    hi Tony ,
    Check Out the Following
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/download%252bexisting%252bbitmap%252blogo%252bin%252bsap%252bto%252byour%252bpresentation%252bserver.
    Let me know in case of any issues.

  • Outtputting Bitmap Images

    I have a project that requires we save a movieclip as a
    bitmap. I have researched this and found that I can convert the
    movieclip to a bitmap object and use the jpgencoder or pngencoder
    classes to convert the data to the correct format. However, my
    question is : can I get this to work locally through a flash
    application that is wrapped in a projecter file. IE save a bitmap
    file locally. I hope this is clear. Thanks.

    Is there a way really one can use to convert bitmap
    images into vectored images?
    I ask this question in response to a problem that I
    have. I take photos using a camera of resolution 72
    pixels per inch and then process them in a program I
    have written in Java. I then print cards as the
    output of the system processing. The picture quality
    I then produce is a worry. The images are blurred and
    they rather look like zoomed bitmap images. Its not
    very disgusting but its something the clients are
    complaining about. And what makes you think that vectorizing an image is actually an improvement?
    Suggestions with regards to where I could be going
    wrong are very much welcome.Get a better camera.

  • Adding bitmap images to UDI custom page

    Hi All,
    I have a basic issue regarding bitmap images and UDI custom screens.  The issue is that I cannot get any images to display on my page; they appear as "Image not Found" in the preview window.  I am putting my images in the same folder
    that the wizard is in, so under the source property I have "Computer.bmp".  I have also tried other image types to no avail.  Can anyone shed some light on this?  Thank you.

    did you update the changes to the package to your distribution points ? did you look at what the SMSTS.log file says about the problem ? (enable command prompt support in your boot image, distribute it to your dps, deploy, press F8 when you want to debug,
    and search for the smsts.log file with dir smsts*.log /s
    Step by Step Configuration Manager Guides >
    2012 Guides |
    2007 Guides | I'm on Twitter > ncbrady

Maybe you are looking for

  • Finder behaving strangely

    Hi, I've been having some problems with Finder recently. The first is the left hand column, when I start the computer, is not wide enough, so a lot of the items come up as Applic.... or Docum.... How can I stop this happening? Also, I seem to have th

  • Inspection lot measure unit

    Hello, I am straggling to find out where  from the maintenance inspection lot (source 14) takes the "measure unit" to the inspection lot quantities tab?. I find that "The system always selects the base unit of measure from the material master as the

  • Dahdi.service script error after reboot

    Hi! Setup DAHDI drivers. Created a service-file as follows: [Unit] Description = DAHDI configuration script. After = network.target [Service] Type = forking WorkingDirectory = / home ExecStart = / usr / bin / dahdi_cfg-vvvv ExecStop = / usr / bin / d

  • Weird colour behaviour in JTextField

    Hi, I've set the background color of my JTextFields, but they keep on changing hue, and fragments of text on the JPanel - for example, text from buttons, or from titles appear in the JTextFields. I've set the color like this: Color mandatory = new Co

  • Error message: PL Stock in transit exceeded by 2.400 EA

    Hi all, I have purchase order on 2.001 PAL. I allready confirmed 2 pal by inbound delivery. When i look in MB5T i see that there is open quantity on 0.001 pal (2.400 ea). When i make another inbound delivery on 0.001 pal, i get this error message whi