Resizing bitmap graphics

How can you resize the bitmap graphics? I know the book says you can't do it but I am sure someone has been innovative enough to find a way.

You can use any good graphics package to resize a bitmap. For instance, Paint Shop Pro (PSP) does a pretty good job. You may download a trial version of PSP from download.com.
You can also save the bitmap as a WMF in PSP if you wish to resize the graphic within Lookout. Use the Animator object for resizing it at runtime.
Hope this helps.
Rgds,
Khalid

Similar Messages

  • Resizing imported graphics?

    Hi - using FM9. My issue is this - when I import a graphic into graphic frame, I usually have to manually resize the graphic to fit the frame. This degrades the quality of the graphic. I've tried using the Fit in Selected Rectangle option, but it then places a very small version of the graphic in the middle of the frame.
    Any advice? What am I doing wrong?
    Thanks!

    If you're using any form of bitmapped graphic, you're better off resizing it with a graphics tool before you link it to your FrameMaker document.
    Assuming you're using an anchored frame to hold/place the resized graphic ... after you've set up the link to import the graphic, select the frame and use Esc, m, p to "shrink-wrap" the graphic by resizing the anchored frame to fit. (If you're unhappy about black-magic shortcuts, you can get to this command by opening the Equations palette and choosing "Shrink-wrap equation" from the Equations pull-down)
    Note: shrink-wrapping automatically sets the anchored frame Anchoring Position to "at insertion point", which you can then alter manually if you need to.
    HTH

  • How Do I Make Bitmap, Graphic, or Movie Clip into a clickable link??

    I am designing a website entirely in flash (macromedia flash) but I cannot get the bitmap, graphics, or movie clips clickable links, although when hovered over turns into a hand.  Any suggestions? I have also tried the following script;
    on (release){
    getURL("http://www.google.com/", "_blank")
    Obviously I didnt use google, but still no go.
    I'm hot linking the raw fla file below.  I bought this template online and have modified it alot (all cosmetic) but I cant get the tabs to be links!?  I used action script (the one posted above) in every layer and the text inside the tabs.  But still doesnt work Does anybody know whats wrong?
    Sorry, but I dont know much in action script, I'm a c++ and web designer, this is my first time working in only flash.
    http://www.hotlinkfiles.com/files/2449178_iizru/_menu2_fv8.fla
    Here is my modded template in my website:  http://9karim.com/adminI only need to modify the menu bar

    I wouldn't say you're screwed, you just have some work ahead of you to find out what are actually the buttons in that thing.  If you look at the file on stage you'll see a large turquoise shape (an invisible button) that when you select it shows it has an instance name of "menu"... I still couldn't figure out what it has to do with those animated tabs, but it may lead to further discoveries.
    There's a lot of stuff woven into that file, and with the frame by frame animation, it's hard to isolate just about anything.  Based on what I see in the library as far as object naming goes, and your not knowing what's where, I'd conclude that this is an "acquired" design that has been decompiled into the fla you are trying to figure out.  While I haven't any experience with decompiled files, it wouldn't surprise me if there is an increased level of complexity as a result of how the decompiler rebuilt the file.

  • Can you dynamically resize a graphic

    In AW 7, can you dynamically resize a graphic (jpg, or
    whatever) that's already on the screen, with some sort of code.
    Need help. Trying to build a piece, but having issues w/ space.
    Thanks for any help.

    Juice21 wrote:
    > In AW 7, can you dynamically resize a graphic (jpg, or
    whatever) that's already
    > on the screen, with some sort of code. Need help. Trying
    to build a piece,
    > but having issues w/ space. Thanks for any help.
    >
    Not as such. You can:
    - have multiple copies of the same image and flip between
    them (there's
    a Show Me on it)
    - use Flash
    - use alPicView
    <url:
    http://www.apixel.com/page0203.htm#alpicview
    >
    Andrew Poulos

  • Adding bitmap/graphic/movieclip to textfield

    Using just the basic textfield I know that I can add an image to it using the <img src=' '> tag. Which links to an image that is not part of my published swf.
    Is there a way to specify the source as a bitmap, graphic, or movieclip instance that is set to export for actionscript?

    Ah. It doesn't seem to work for an exported Bitmap, but it does for an exported Sprite or MovieClip. Set the library item to export as myPicture and then use:
    myTextField.htmlText=" <img src='myPicture' />"
    Oddly it seems to need a space or some other character in there or else it won't work...hmmmm

  • Bitmap graphics print poorly in PDF

    For bitmap graphics, I find that the online version has to be
    shown at 100%. When the true image is bigger and I specify a
    smaller size, the image "crunches" in an illegible way. So I make
    the image size correct for showing at 100%. But this same image
    comes out ugly and often unreadable in the PDF version. This
    problem occurs not only with screen shots but even with Visio
    diagrams saved as GIF. How are people handling this problem?

    ID @ 100%
    PDF @ 100%
    The PDF always looks this way, irrespective of the magnification. You can even see variations in size of each dot along the vertical line.
    I've tried outputting from ID with and without compressed line art, and have adjusted Acrobat Pro to smooth (and not) for LCD screens. No dice.
    One other thing: don't know why there's a size difference between ID and the PDF. Both set 100% @ 96 DPI. Odd.
    Ta,
    NR.

  • Optimisation of bitmap graphics

    Can anyone help? I have to do a report on the optimisation of bitmap graphics in CS4 for college, but it is utter Martian to me!
    Could anyone give me tips on a few things:
    -file format
    -res
    -dithering
    -file size
    -quality
    -bit depth
    -compression
    -delivery mechanisms
    -alpha channels
    I'd appreciate any hints or tips, and I know this looks like a call to have my 500 words written for me, but I don't expect that. So far I have my name at the top of the page, the date and little flashing/blinking vertical line where I intend to type next, and then there I am just staring through eyes stinging with nervous sweat.
    All mini-tips, over-the-top explanations and sarcastic put-downs will be gratefully welcomed.
    BC.

    Goggle and Wikipedia are your friends.  I have researched all of those exact terms and there is tons of information available.  You can also access the online version of my book at:
    http://rockynook.com/glossary/index.php/Online_Glossary_of_Digital_Photography
    John
    John G. Blair Studio

  • Best method for resizing bitmaps

    I'm looking for a good method to resize bitmap images to fit
    within the constraints of a container object whose size will change
    based on the browser window dimensions, etc. Basically, it needs to
    scale to fit.
    I'm using the following for resizing by height. "largeImage
    is a bitmap object.
    ratio = largeImage.height/newheight;
    largeImage.height = newheight;
    largeImage.width = largeImage.width/ratio;
    The problem is, the resulting images look a bit jagged and
    not really the quality I was hoping for.
    Is there a better way to accomplish this in as3?

    In as3 you need to apply bitmap smoothing on resized or scalled images by setting the smoothing property of image = true.For this you need to take any of ur image as bitmap first .i found this information from this sarticle   :http://askmeflash.com/article_m.php?p=article&id=4

  • Enlarged Smart Objects with vectors inside them appear as resized bitmaps

    In Photoshop CC for Mac I have...
    Created layers of vector art
    Combined them into a smart object
    Enlarged the smart object (both via "Transform" and "Image Size")
    Upon enlarging, the vector objects look the way an enlarged bitmap would (i.e. fuzzy, pixelated, terrible) instead of crisp and clean as a vector should look. I've double- and triple-checked to make sure all layers have remained vector after resizing and they have.
    This is a terrible inconvenience for anyone that works heavily with vector smart objects and resizes them. I use this workflow on a daily basis to make adapting interface elements for various screen resolutions easier, without it I am beyond screwed.
    If anyone knows a workaround (or if this requires a setting that I haven't found to be changed) please let me know.
    Screenshot proof below:

    Read this thread -link http://forums.adobe.com/message/3498406#3498406
    you may want to read it from the beginning.
    Basically while a smart object layer embedded object may contain  vector graphics.  Photoshop renders a composite for the embedded object and uses the resulting rendered pixels for the smart object layers pixels.  When you transform a smart object layer your transforming those pixels like raster layer using your Photoshop preference interpolation preference..  If you want to resize the vector graphics contained in the embedded object you must open the embedded object into the approbate application and resize the embedded object using vector tools. After you commit the resize. Photoshop will update the embedded object and the layers pixel will be the composite rendered for the updated resized embedded object.

  • Bulk convert to png and resize (pixelmator, graphic converter or other)?

    hi all.
    i have been looking at pixelmator and graphic converter as i have a need to both CONVERT IMAGES to png as well as to RESIZE and "RE-PIXELATE" them to some fixed pixel width. i have been finding Preview to be fantastic with the bulk resizing (you simply open all the images and then pulldown to resize, set the new size and then save). this requires that i move the resized images to a new folder so as to not over-write the original but it is extremely nice and /quick/.
    unfortunately, converting these to png in Preview appears to require me to export each individually (and then i have to go back and delete the other file types with the same names as the new png's which i don't need).
    i have been using Name Mangler which is super fantastic for bulk renaming and i am wondering if there is a methodology in either of these tools (or if there is a better tool for this) or if this would be better accomplished in something like Aperture. i /tend/ to keep information such as this residing in a FOLDER on my desktop because it is about to be uploaded to the web via ftp but if there was a great benefit to doing this in something like an Aperture database i could certainly move in that direction.
    anyone have any specific explanation of specific steps i could take in aperture for this or in other software?
    this seems like a reasonably common need (size to width, dpi and file type)...
    TIA

    Jon,
    I think the export presets in Aperture can do what you want.
    You just would have to define a custom export preset.
    Assuming the images you want to convert have been imported to Aperture, select them in the Browser and select to export the versions (File > Export > Versions).
    In the Export panel select a png export preset, then switch to "Edit"
    In the "Edit" panel duplicate the png preset, then set the pixel size you want to use and export your images.
    Regards
    Léonie

  • DI CS3  Can't drag to resize a graphic

    I must have hit something by mistake but I can no longer drag the corner of a graphic to resize. The selection dots on the corners are now solid blue rather than white which they were when it worked.
    Help.
    Cheers!  Phil

    Sounds like you've accidentally hit shift-CMD or CTRL-B, which hides (or shows) the bounding box. Or go to View > Show Bounding Box.
    Peter

  • Adding a bitmap graphic to a movieclip in code

    Hi, I'm new to as3 and programming and I'm trying to add a bitmap to a movie clip in code. However, I'm having trouble getting the bitmap location to go where I want it because it's inside the movieclip and it just shows up at 0,0 of the movieclip instead of the coordinates I want it to be: Here's some of code so you can see what I mean:
    imageBitmapData3 = new Lander(63, 53);
    _player = new Bitmap(imageBitmapData3);
    _gameLevel.addChild(_player);
    _player.x = 145;
    _player.y = 90;
    -Instead of showing up at 145, 90 It just shows up at the movieclip, _gamelevel, 0,0.
    does anyone know how I could get it to do what I want it to do? I want to add it inside the mc because I need everything to move with the _gameLevel background when I move it.
    Thanks

    hi
    your code looks fine to me - you could try adding a breakpoint after _player.y = 90 and see if the bitmap is in the right place when the breakpoint is reached, if it is, there must be some code elsewhere that is subsequently changing x/y to zero?

  • Best way to resize a graphic for slideshow

    Just a small issue I'm sure, but I'm trying to figure out the best way to handle this. I have a slide show set up with photos of various sizes. Some of the shots are landscape and the others portrait. I have a custom shadow I want at the bottom of each photo. However, if I just put it on the page, it doesn't have anyway to resize based on the photo. Is there a way around this?

    The sample that you posted is not grayscale so it is no surprise that you are having trouble scaling it to the desired dimensions. Try changing the color mode to grayscale first, then scale the image, then save for web as a GIF file - - - reducing the color palette to the least number of grays needed to display the image.

  • The color white in a colored Bitmap graphics in sapscript is not white

    Hello, I have added a colorred logo in a sapscript. The logo is made with paint.
    When i print this logo with se78 or in the sapscript the white in that logo is a little grey.
    also the background colour is a little grey.

    The image you are using in your form in case if you have uploaded from presentation server you have to change the settings of your image as 256-bitmap image then use it in your form .
    I hope this will solve problem your problem.
    Edited by: Syed Abdul Adil on Aug 5, 2008 3:59 PM

  • My Menu names look like old bitmap graphics.  What happened?

    Not sure when this happened but the menu fonts both headers and in the drop downs look like poor bitmap fonts and not smooth like they used to.  My screen resolution is set tot he max and I don't have zoom turned on.  Any ideas?

    Go into your system preferences and check appearance then make sure Use LCD font smoothing when available is checked. 

Maybe you are looking for

  • Potential Windows Update database error detected 0x80070490

    This is the response I get when I run the Windows update troubleshooter from the Windows 8.1 Action Center.  If I click next it reports the errors have been fixed.  However if I run it again it reports exactly the same errors. After searching the Int

  • Syslog triggered action during 8am – 4pm, Monday – Friday

    Hi. I am new to EEM, and have read some postings here before giving this a try. But i Need some help and recommendations. C6513E Supervisor Engine 720 10GE with s72033-adventerprisek9_wan-mz.122-33.SXH8.bin (does not support some of the command synta

  • HT1338 And why we need both Software Update and App Store in Mac OS X 10.8?

    Since clicking Software Update brings the App Store anyway

  • [PCK] Install test version

    Hey, I installed SAPNW2004sJavaSP9_Trial on my local PC. Now I want to test the PCK to connect to our SAP XI on a central server. Is it possible to download a PCK trial version? I can't find anything on service.sap.com. greets chris

  • Safari and QuickTime

    So I was messing around with the Safari settings, and for some reason I clicked the "Play Videos in QuickTime Player" tab and now when I visit a website and want to watch a video, it starts up the QuickTime Player and plays it. I would like to be abl