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.

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.

  • 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.

  • 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?

  • Problem with warp tool and bitmap images

    While you apply warp tool to a bitmap image, the image becoming corrupted on each touch. Please check screen shot...

    OK. I start to understand what you're doing there.
    It's simply that Illustrator is not a bitmap editor. It's not optimized for editing this kind of artwork.
    What you can do is apply an envelope and then use the warp tool on the envelope.
    Also: edit the envelope options. You can get higher image quality with that.

  • 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.

  • 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

  • Poster Image in Strobe Player: Must it be a Bitmap Image?

    Hello,
    Quick question: must the poster image be a bitmap image in the Strobe and Flash players in OSMF?  I would like to use .jpg images because the quality is much better, etc.  When I try to create an image in Photoshop and convert it to a bitmap, the quality is very degraded and must be in black and white.
    Thanks so much.
    Jim

    Thanks very much for the reply.  I had uploaded a .gif, which didn't work, then went into the documentation and saw it written that poster images were bitmap images and assumed that meant that I need to use a bitmap in order for it to work.

  • What behavior would I use to make a bitmap image shake? Thanks.

    What behavior would I use to make a bitmap image shake? Thanks.

    There are several options for making images (or any object) shake:
    -Earthquake Filter
    -Randomize Behavior (Parameter Behaviors)
    -Wriggle Behavior (Parameter Behaviors)
    You can apply these to the X&Y together, or 1 instance to each channel.

  • Anything similar to Smart Objects for bitmap images in Fw?

    In Ps you're able to place a bitmap image on a layer and convert it to a Smart Object, allowing you to resize that image non-destructively. Is there a way to achieve this in Fw?

    There is indeed. Convert the image to a symbol. Modify > Symbol > Convert to symbol. Choose the Graphic symbol type.

  • 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.

  • 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]

  • 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.

Maybe you are looking for

  • Itunes says ipod touch has the latets version but i know it doesnt

    Itunes says my ipod touch has the latest software version 4.3.2 when i know it doesnt as latest version is 4.3.3. how can i update it?

  • How to transfer video mini dv Panasonic Md. 10 000 to i mac i7

    to the experts apple mac please help me for the right solution .. what should I do to move data from mini dv into IMAC hard drive. to read his mini dv video camera I was using at the time of shooting. It is a panasonic MD 10000. please help me ... th

  • Please Clear my Doubt my - Thanks

    Hi Freinds, When I  Run Automatic Payment Programme  - F110 After Completed of Payment Run When I click Above u2013 PAYMENT BUTTON  to see the Display Payment Run Logs Then once tab comes then I Double Click on that it shows me the job Logs This is M

  • Wrong unit price on the invoice.

    Hi guys, Im requested to look at the production issue where an invoice gets its unit price printed incorrectly, though the other things such as gross weight, net weight , quantity and amount are printed correctly. also we have the sapscript which cal

  • How to see WAS version and XI/PI version..?

    Hi folks,   Can anyone tell me how to see the WAS version and XI/PI SP number.   thanks in advance. Srinivas Reddy.