Image of screen

Hi is their a way to capture the screen and save it has a Image?

If you use a double buffering techinique in order to draw to video
http://java.sun.com/developer/J2METechTips/2001/tt0725.html
You can save your buffer into an image: what you can draw is what you have saved.
It's good only with canvas..
Message was edited by:
PeppeME

Similar Messages

  • Why does images in preview are in a different position and resolution than in design view? In design view I have to place the images of screen to fit in preview.

    Why does images in preview are in a different position and resolution than in design view? In design view I have to place the images of screen to fit in preview.

    Already changed in different settings. Here is a screenshot when set to "Original Size".

  • Branding image logon screen

    Hi all,
    I changed images in par file using netweaver developer studio and uploaded.
    i changed .xml file in config file with new par file. I restarted server and typed URL in the browser i am able to see the logon screen but there is no images appear.
    How to sesolve this problem?
    Thanks and Regards,
    Phanikumar.

    Hi Kumar,
    I have given the answer for ur question which u have posted in portal implementation.
    just follow the code what i have given there.it will work.its working for me.
    are u getting blank space or some icons (like multiply) in that images space.
    First check whether changes take effect or not in NWDS itself by running the project thro poralapp.xml then go for server change the authschemes.xml and restart it.
    Very importantly check that u have all the images in the layout folder and you used correct names in ur coding.Try to follow my code.
    branding image logon screen (ur previous post)
    Regards,
    Tamil K

  • How to make keynote images full screen?

    Question:  how to make keynote images full screen?  I just noticed. after many successful full screen shows with Keynote 09  5.1.1 that I am no longer seeing the show full screen, at 1280, but only using the center part of my macbook pro 13 inch screen (which will mirror just like that on the projection screen, as far as I know).  Did I hit a setting I do not know about to keep the images so small?
      Thanks

    Keynote  >  Preferences  >  Slideshow:    Scale slides to fit display

  • New Image from edited Image on Screen

    hi,
    i want to make an image on screen then edit it and after that save the resulting edited image and display it saperately???
    do anyone have any idea that after editing how will i save the new image i get....
    thanks

    http://forum.java.sun.com/thread.jspa?threadID=762729&messageID=4509503
    problem solved :)

  • How the DVD image on screen varies in size .....

    So I have my project on DVD and am pleased, in fact amazed at how good the quality is but there's one little frustrating niggle!
    In order to keep text on some of my graphic images on screen, in the timeline I've had to reduce the size of the overall image. Once converted to DVD, there will be a black border around the image on a Sony TV. Play it on a different TV (LG perhaps) and that gap is filled so it fits very smartly on the 16:9 screen. In fact the text is very close to the edge. And if I stuck strictly to the title safe boundaries, on the Sony TV the black border would be even wider. Gosh I hope this is making sense!
    Video footage is of course fine because no-one is gonna notice what's missing around the perimeters, unless of course some text appears there too but it would never go all the way to the edge.
    Ideally it would be perfect if the graphic designers designed the image so the text wasn't so close to the edge of the graphic but there's nothing I can do about that now.
    So a whole lot of these DVDs are going out to various places here and there and on various screens and in many cases the screen will be filled but in some cases it won't and will look a bit average.
    By the way the screens are on the same settings, 16:9, Full screen.
    Is there a simple solution to this? Thanks for stayin' with me.
    Peter

    Ideally it would be perfect if the graphic designers designed the image so the text wasn't so close to the edge of the graphic but there's nothing I can do about that now.
    Inform your designers that Photoshop includes templates that conform to TV & Video specifications.
    They even have the Action and Title Safe guides switched on by default.
    Look in the File > New menu bar item then click the Preset button to find the templates.
    For stuff like titles and logos that need to be composited, they should deliver .TIFF files with a transparent background.

  • Photoshop CS5.1 Won't Load Images On Screen at retina MacBook pro.

    Photoshop CS5.1 Won't Load Images On Screen at retina MacBook pro. Any help? Thanks!

    I'm surprised that Apple would attempt such a "hack" design...  Switching graphics adapters mid-stream is no small task, and I can't imagine that they could ever make it work seamlessly.
    Keep in mind that the nature of the complex GPU beast is that graphics hardware doesn't all work the same (or right) and application software has to make decisions about what to do and what not to do, and even when to invoke certain workarounds - or it would never be possible to run on multiple platforms. 
    Yes, that seems wrong, but it's necessary and it makes developing cutting-edge graphics applications in the real world much more expensive.
    The decisions aren't re-made by an application all the time - that would slow things down terribly.  Instead, often the run-time environment is characterized at application startup and the features remembered for later use.  Modern applications actually even create programs (e.g., shaders or OpenCL programs) to run on specific GPU hardware, and they have to be compiled - something usually done by the application at startup.
    Now imagine that someone changes the capabilities of the graphics hardware completely after the application has started - even from one vendor's implementation to another (Intel to nVidia).
    Like I said, I'm surprised a reasonable system designer could ever think that swapping GPUs at run-time could be made to work.  At least Apple allows you to turn it off!
    Does Apple offer any "geek-level" configuration options that can force the use of a particular GPU for a given application?  It seems that this could be an automated workaround that would allow a given application to see only one GPU, which is what Photoshop appears to need here.
    -Noel

  • Screen just froze up in middle of netflix show...has the image on screen.  Don't know how to get rid of it,start over.

    screen just froze up in middle of netflix show...has the image on screen.  Don't know how to get rid of it,start over.

    I was able to reboot...thank goodness..because this morning the screen was still frozen on the Netflix movie...full screen and no options to do anything.  So the first option was not going to work for me.
    By the time I got to work the dead battery was showing...even though it had been plugged in all night...
    So then I looked at the Apple website to make sure I knew which was the Sleep key...and then did the reset and it worked.  It's at 2% right now and I assume it's charging....I cleared out the Safari cache and closed it up.
    Option 2, the reboot with Sleep and Home buttons worked...once I held them long enough!
    Many, many thanks.
    Carole

  • How to insert Image on Screen

    Hi Experts,
    I have to insert a Image on Screen in Dialog Programmiong.
    Can anybody tell me how to do this ?
    Thanks,
    SB.

    Hi,
    You can do that using function modules.
    you can check the Include program : SAPTABLEPAINTER_DEMO_PBO.Which is used in Main prog : SAPTABLEPAINTER_DEMO.
    With the help of Custom control you can achieve that.
    CONSTANTS: CNTL_TRUE  TYPE I VALUE 1,
          CNTL_FALSE type i value 0.
    data:h_picture       type ref to cl_gui_picture,
         h_pic_container type ref to cl_gui_custom_container.
    data: graphic_url(255),
          graphic_refresh(1),
          g_result like cntl_true.
    data: begin of graphic_table occurs 0,
            line(255) type x,
          end of graphic_table.
    data: graphic_size type i.
    data: g_stxbmaps type STXBITMAPS,
          l_bytecnt  type i,
          l_content   TYPE  standard table of bapiconten initial size 0.
    g_stxbmaps-tdobject = 'GRAPHICS'.
    g_stxbmaps-tdname = 'ENJOY'.
    g_stxbmaps-tdid = 'BMAP'.
    g_stxbmaps-tdbtype = 'BMON'.
    call function 'SAPSCRIPT_GET_GRAPHIC_BDS'
         exporting
              i_object       = g_stxbmaps-tdobject
              i_name         = g_stxbmaps-tdname
              i_id           = g_stxbmaps-tdid
              i_btype        = g_stxbmaps-tdbtype
         importing
              e_bytecount    = l_bytecnt
         tables
              content        = l_content
         exceptions
              not_found      = 1
              bds_get_failed = 2
              bds_no_content = 3
              others         = 4.
    call function 'SAPSCRIPT_CONVERT_BITMAP'
         exporting
              old_format               = 'BDS'
              new_format               = 'BMP'
              bitmap_file_bytecount_in = l_bytecnt
         importing
              bitmap_file_bytecount  = graphic_size
         tables
              bds_bitmap_file        = l_content
              bitmap_file            = graphic_table
         exceptions
              others                 = 1.
    call function 'DP_CREATE_URL'
         exporting
            type                 = 'image'           
            subtype              = cndp_sap_tab_unknown
            size                 = graphic_size
            lifetime             = cndp_lifetime_transaction
         tables
            data                 = graphic_table
         changing
            url                  = graphic_url
         exceptions
            others               = 4 .
    create object h_pic_container
           exporting container_name =  'CUSTOM_CONTROL'.
    create object h_picture exporting parent = h_pic_container.
    call method h_picture->set_display_mode
         exporting
              display_mode = cl_gui_picture=>display_mode_normal.
    call method h_picture->load_picture_from_url
         exporting url    = graphic_url
         importing result = g_result.
    For more information on this check stnd programs..
    Thanks
    Parvathi

  • Capture Image from Screen and Yosemite Mail

    Composing a new mail message in Yosemite. If use the pull-down option to Capture Image from Screen and place the image in the message body (HTML), the image is not being sent with the message. A broken image icon is sent instead.
    If, on the other hand, I use the paperclip to add an image file to the message body all is well. Same if I copy and paste an image into the message body.
    In both those cases where it works, I also get the Markup pulldown to edit the image. In the Capture Image from Screen case where it doesn't work I also don't get the Markup pulldown menu and options.
    Anyone else seeing this? Is it a known bug with Yosemite or just on my side?

    I'm actually experiencing the same thing, i asked my officemate and he is also getting the same error when using capture on mac mail

  • What is the viewable image area/screen size (length x width) on the 2014  21.5" and 27" imacs?

    what is the viewable image area/screen size (length x width) on the 2014  21.5" and 27" imacs? i have an older 24" and am trying to determine if i need to go up or if 21.5" will be adequate. Thanks!

    21.5 -
    Height: 17.7 inches (45.0 cm)
    Width: 20.8 inches (52.8 cm)
    27 -
    Height: 20.3 inches (51.60 cm)
    Width: 25.6 inches (65.0 cm)
    Ttake about an inch off for the lack border from each side and youll have an approximate.
    http://www.apple.com/imac/specs/

  • Insert image, full screen, without backgroud

    Hi everyone,
    i use dreamweaver CC for my website. My website is onepage, so i must insert a image, full screen where i put hyperlink ecc...
    The problem is that when i insert my single image, i've at the top, at the bottom , right and left, small white bars of the background. Is possible delete this bar? i don't want background.
    Thanks so much for the help!!!
    Fede

    Have you set this property in your CSS either in body tag or in the main wrapper DIV?
    For example.
    body {
    margin:0px;
    padding:0px;
    If this does not help , please post a link to your web page...

  • Don't want image on screen while videorecording cl...

    Anybody knows how to shut down image on screen while videorecording with the camera function?
    Very important & urgent.

    I gotta wonder, what exactly are you recording that you don't want [anyone else] to see while you're recording?
    Currently rocking the N97, also have the 5800XM, E63, N95-3, and a few others laying around

  • No image on screen using Mini DisplayPort to VGA Adapter

    Received mini today.  After unboxing, read through the packet.  Then began to hook everything up as directed.  I used a Mini DisplayPort to VGA Adapter to connect the monitor from our now dead desktop to the mini.  After double checking all connections, I hit the power button.  I immediately heard the apple chime. Then the monitor showed the grey apple start up screen.  Suddenly the monitor went black and said it was going into sleep mode.  I can't get it out of sleep mode when connected to the mini.  It is NOT the monitor or the adapter.  I plugged the monitor straight into a netbook and it worked.  Then, I plugged the monitor using the adapter into my MacBook Pro and also got it to work that way.  So I tried replugging the adapter into the mini.  Still can't get an image on the screen.  I can't complete set up or use mini because I can't get an image.  Any suggestions or ideas?  I will call apple in the morning if I can't figure it out tonight.  But I'm hoping someone can give me suggestions.  Thanks for your help!

    I had the same issue when I bought my mac mini last week apart from I wasn't even getting the initial grey screen. I went back to the Apple shop and they gave me another mini and fired it up in the shop using the adaptor on an old VGA monitor. It worked perfectly.
    When I got home I set it all up again and still had the same issue. I nearly threw out a couple of monitors as I thought they were broken.
    However, had a look around the web and found this suggestion:
    Shut down the mac and disconnect the adaptor from it. Now fire the mac up and let it boot up FULLY. Once it has had a chance to boot up fully, only then plug the adaptor in.
    Worked for me and I haven't had the issue since (touch wood). Hope this helps.

  • How can i show a big image on screen

    I want to show a big JPG image(for example 100M ) on screen. The program is wrong when I only display 10 pecent of it , the error message shows "out of memory" .My GOD ,what can I do ?

    That would take forever to generate something that large. You may want to re-size it or change the resolution so it is a lot smaller. Look into the JAI pacakge for this kind of stuff.

  • Indesign CC does not display linked PDF image on screen

    On Mac1 (10.6.8) When I imported a PDF file into Indesign CC 9.1 as a linked image - the image would come in as usual, however the image would not appear on my screen. Only a blank page box.
    I can see the thumbnail image of the imported PDF in the links palette correctly.
    However, on my page it appears as a blank box.
    Selected Hi-res preview, and still it appears as a blank box.
    I export to PDF, and the image is there as it should be on the exported PDF.
    I tried the same image on Mac2 (10.8.3) with Indesign CC.
    The imported image appears correctly on the page. (no blank box)
    I saved that file and opened it on Mac1 that is having the problem displaying the image.
    Mac1 again does not display the image, instead it is a blank box.
    Tried the same image import in Cs6. No issue on either mac1 or mac2
    What could be causing the imported PDF not to display on the page in Indesign CC?
    Has anyone else come across this problem?

    Hi
    Are you still facing the same issue ?
    Please refer to these threads for steps that you can try :
    Edge Animation not working properly
    Edge Animate not working in Muse Browser Preview, But works in Edge Preview
    http://tv.adobe.com/watch/learn-adobe-muse-cc/integrating-adobe-edge-animate-graphics/
    Thanks,
    Sanjit

Maybe you are looking for

  • PDF form in Livecycle 8 -how to submit to multiple email addresses

    I tried searching the forums and the Internet and have tried a zillion solutions that don't work. I am sure I am missing something simple but I am trying to "fix" a form someone else made and I know little about coding or that stuff, so go easy on me

  • Applet-Servlet Communication problem EOFException

    Hi! i´ve been searching and searching through forums because it seems this problem is very common, but none of the solutions i´ve seen so far suits me, so i´m here looking for some help because i´ve been stuck one week with this. First of all sorry i

  • Getting error after login in em console from other users

    Hi, I have created new user in weblogic console and given it admin rights. But when ever i am login into em console using that user, i am getting below error and the Test is disabled:- oracle.sysman.emSDK.app.exception.EMSystemException at oracle.sys

  • How to display xml sting as tree , using af:tree

    Hi, i need to display a xml string stored in the data base table, as a xml tree in GUI. I understand ADF having a component called <af:tree> . It expects input data as "oracle.adf.view.faces.model.TreeModel" type. how to convert the string format of

  • Please bring Front Page back to iTunes.

    Sorry, it's not a question, it's a request. Effective remote control of iTunes has been lost without Front Page. NessMediaCenter doesn't seem to be an alternative.