Creating Image Files

Is it possible in Tiger to create image files that are readable on a PC using Disk Utility? I a trying to copy my Canon software as a backup that can be used on both my Mac and PC. Disk Utility creates a .CDR file but I don't think that is compatible.

          but if you wanted to:
          http://www.acknowledge.co.uk/snippets/java/code_examples/servlets/writetoate
          mporaryfile.html
          "Bob Lee" <[email protected]> wrote in message
          news:[email protected]..
          > If you're dynamically creating it, there may be no need to write it to a
          > file at all. You could just dynamically generate it and send it straight
          to
          > the client. Then you wouldn't have to worry about the cleanup either.
          >
          > Bob
          >
          >
          > "Mike Voltin" <[email protected]> wrote in message
          > news:[email protected]..
          > > I am dynamically creating an image file from within a servlet based
          > > upon user selections. Where is the best location to save these jpg's.
          > > I will have an img tag, <img src=theLocationAndNameOfTheImageFile>,
          > > in the HTML that I am generating.
          > >
          > > Also, what's the best way to remove these image files so that they are
          > > cleaned up properly.
          > >
          > > Thanks.
          > >
          > > Mike V.
          >
          >
          

Similar Messages

  • Error creating //image file

    I don't know if anyone out there is still getting this error message, but I have found that by simply removing the "/" in the FTP dialog box under "host directory" your problem is solved. Apparently Muse adds the "/" and if you have one in the dialog box, there will be two instead of one causing the error. I am not a tech and just discovered this fix. Hope it helps!

    Hi Hollie, and welcome to the forums!
    Have you created images before successfully?
    Is this to/on your boot drive, or an external drive?
    Have you done any Disk/OS maintenance lately?
    We might see if there are some big temp files left or such...
    How much free space is on the HD, where has all the space gone?
    OmniDiskSweeper is now free, and likely the best/easiest...
    http://www.omnigroup.com/applications/omnidisksweeper/
    WhatSize...
    http://www.macupdate.com/info.php/id/13006/
    Disk Inventory X...
    http://www.derlien.com/
    GrandPerspective...
    http://grandperspectiv.sourceforge.net/

  • CREATING IMAGE FILE

    Hi there,
    I have an "java.awt.Image" object with me. I am trying to create a file by using this "Image" object.
    Please help me by showing some code or by giving some tip.
    thanks in advance
    sudhakar

    hi,
    I am using the below code to copy the image from system Clipboard.
    // If an image is on the system clipboard, this method returns it;
    // otherwise it returns null.
    public static Image getClipboard() {
    Transferable t = Toolkit.getDefaultToolkit().getSystemClipboard().getContents(null);
    try {
    if (t != null && t.isDataFlavorSupported(DataFlavor.imageFlavor)) {
    Image text = (Image)t.getTransferData(DataFlavor.imageFlavor);
    return text;
    } catch (UnsupportedFlavorException e) {
    } catch (IOException e) {
    return null;
    when i call this method then it is returning an "Image" object. Just I am trying to copy that image into an image file like "myImage.gif" something like that.
    Actually i am taking this clipboard image from the "printscreen" button function form the system.
    thankyou
    batta

  • Create image files?

    I want to create an image file (tiff, png, jpg, or bmp) from a JavaFX Image object. This seems like it should be something easy to do, but I can't find any methods in the JavaFX API to do it, and Google searches haven't turned up any examples either, at least not without using deprecated methods to convert to the AWT BufferredImage first. Any tips?

    Hi. Take a look at the following Javafx2.2 new features:
    http://docs.oracle.com/javafx/2/api/javafx/scene/image/WritableImage.html
    http://docs.oracle.com/javafx/2/api/javafx/scene/SnapshotParameters.html
    http://docs.oracle.com/javafx/2/api/javafx/scene/paint/ImagePattern.html
    Here is an example saving a scene as png file:
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    import java.awt.image.BufferedImage;
    import java.io.File;
    import javafx.application.Application;
    import javafx.embed.swing.SwingFXUtils;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.*;
    import javafx.scene.image.*;
    import javafx.scene.control.Button;
    import javafx.scene.layout.StackPane;
    import javafx.stage.*;
    import javax.imageio.ImageIO;
    import java.io.*;
    import javafx.scene.shape.Rectangle;
    * @author Shakir
    public class PrintScene extends Application {
        @Override
        public void start(Stage primaryStage) {
            Button btn = new Button();
            btn.setText("Say 'Hello World'");
            btn.setOnAction(new EventHandler<ActionEvent>() {
                @Override
                public void handle(ActionEvent event) {
                    System.out.println("Hello World!");
            StackPane root = new StackPane();
            root.getChildren().add(btn);
            Scene scene = new Scene(root, 300, 250);
            WritableImage wim = new WritableImage(300, 250);
            scene.snapshot(wim);
            primaryStage.setTitle("Hello World!");
            primaryStage.setScene(scene);
            primaryStage.show();
            File file = new File("scenImage.png");
            try {
                ImageIO.write(SwingFXUtils.fromFXImage(wim, null), "png", file);
            } catch (Exception s) {
        public static void main(String[] args) {
            launch(args);
    }

  • Create image file

    i need code to create an image file using core java .I also like to show a text in that image.

    [2D Graphics Tutorial|http://java.sun.com/docs/books/tutorial/2d/index.html]
    [Custom Painting in Swing Tutorial|http://java.sun.com/docs/books/tutorial/uiswing/painting/index.html]
    good luck and hth

  • Can't create image files

    Hello All, I have recently revamped my computer installing 2X 120gb sdd in raid 0 configuration and 24 gb of ram, I have been in the practise of burning a DVD image file and then burning discs in Nero using the multiple burner function. Since the revamp Encore stops when burning a DVD image file with about 15% to go, it will burn a DVD disc with no problems but I want to take advantage of the multiple burner function of Nero.
    Is there something I didn't install when revamping the comuter ?
    Regards
    Kevin

    Did you mean SSD when you wrote sdd?
    SSD and Video Editing http://forums.adobe.com/thread/902915?tstart=0
    Also, some other notes for Encore
    Long File Names or odd characters cause problems
    Read http://forums.adobe.com/thread/588273
    And #4 http://forums.adobe.com/thread/666558
    And This Message Thread http://forums.adobe.com/thread/665641
    Run as Administrator http://forums.adobe.com/thread/771202
    -Set to always "run as" via icon http://forums.adobe.com/thread/969395

  • Imaging completing but doesn't create image file?

    Weird issue. We are having problems with a few workstations. We start
    taking a manual image of a workstation. The imaging starts and runs
    normal. In Windows explorer, you can see the file being created but is
    0 kb. The image completes and says successful, but when we go back to
    the image directory, it file is no longer there??
    Can't seem to figure out where it is failing at?

    Bsaunders,
    >I have had this problem as well but I found that if I save it to a
    >network drive and this happens you can salvage the file and it works
    >fine. Have you tryed this?
    No, I have never seen the zmg file burn like this.
    Could you reload the imgserver with -debug
    PreRequisite: unload IMGSERV.NLM
    Console command: IMGSERV -debug
    Output: SYS\ZENworks\ZIMGDBG.LOG
    Please send the log to jaredljennings at gmail dot com or post it here.
    Jared Jennings
    Data Technique, Inc.
    Novell Support Forums Sysop
    http://wiki.novell.com

  • Image files with large pixel dimensions display out of focus in a Bridge viewer?

    I Create image files with pixel dimensions 2048x1365. When I display these files from Bridge on my Mac, either by pressing the space bar or in a slideshow, the images are out of focus. If I left click or click/hold and move the images slightly on screen they display in sharp focus. Unfortunately, although landscape-orientation images display correctly with no change in position or size, portrait-orientation files are enlarged and display with top and bottom off the screen. The pixel dimensions of my monitor are 2450x1600 so, yes, if portrait images are displayed at 100% they should display off screen, but this does not excuse the out of focus display of landscape files on this large screen. Nor does this explain why the portrait files are out of focus when they fit on screen. When the same files open in a Camera Raw window they are in focus. When they open in Photoshop at 100% the files are in focus.

    Hi, Clay. Photoshop.com has its own forum, so you might want to post this there:
    http://forums.adobe.com/community/photoshopdotcom

  • Using Win7 AIK to modify a OneKey image file?

    Can the Windows 7 AIK (Automated Installation Kit) be used to modify a OneKey created image file?
    (so that one could create a custom version of a 'factory defaults' recovery disk)
    Has anyone tried this?
    Scott

    It appears I'm not the only one...
    http://www.neowin.net/forum/topic/615151-anyone-know-what-program-opens-dsi-and-wsi-files/
    Edit:
    I think, by following a variation on the above linked to instructions, one might be able to extract the contents of a Factory Defaults recovery disk set, into a folder, modify the contents of that folder, and then one might be able to repack the recovery image file(s)...
    If this can be done, I'll try to put together a short cmd script file.
    This, as well as allowing one to clean-up the recovery image (e.g. uninstall office/mcaffee trials), would allow one to update it with service packs, add driver updates, and pre-install other apps.
    Scott

  • Unable to create large image file in iphoto

    I make a lot of panoramic images by stitching together overlapping images with hugin in TIFF format, then edit them in iphoto and use it to export them in jpeg format for greater versitality of use. So far I haven't had any trouble, even with large images as big as ~25,000x2000 pixels and ~90MB file size.
    However, I have come across a problem recently trying to export an edited version of a particularly large one - 38,062x1799 136MB file size. I can export an unedited version to jpeg without trouble, but when I tried to export an edited version it gave me an error saying it couldn't create the file. I looked around here for solutions and found the suggestion to check the file size in finder, it was zero. After experimenting I've found that the file size goes to zero as soon as any changes are made to the file, the edited image can still be viewed in iphoto, but does not display if you try to zoom in. I have tried making the TIFF file again with hugin to see if it is a problem with the file, but I also experience the same problem with the newly made file.
    I am working on a Macbook air (1.7 GHz Intel Core i5, 4 GB 1333 MHz DDR3 Memory, Intel HD Graphics 3000 384 MB, Version 10.7.5 OS X) in iphoto '11 version 9.2.2 (629.40). Any suggestions for getting round this issue?

    I thought of something that might help with working out what's going on.
    After I make any edits to the image, if I move on to the info tab the image initially goes a bit blurry as it often does with large images, but instead of coming up as a clear image after a few seconds like normal, I get the image I've attached here and the file size changes to zero. To be able to see the thumbnail of the edited image I need to come back out to the library again, but the file size is still zero. If I revert to original the file size is restored.

  • How can I create an icon that when clicked will open and maximize an image file?

    How do I create a icon that when clicked will open and maximize an image file?  I have tried to use the simple image widget with maximize upon tap/click - however I am can only size the image really small and put on the page.  I'd prefer to have a graphic that when clicked it simply opens up the image.  This is for a very simple question/answer book.   The user is suppose to look at a picture and locate something.  I want to put an 'Answer' graphic on the image and then the user can click the 'answer' graphic and it will open up the picture with the answer identified. 
    Is this possible?

    Have yiu tried the PopOver widget?  You can drop an image into it, maximise the image and the widgets window...But, you cannot get it full screen.
    With iBooks Author, you either learn to use what is available within the app, or look online for third party widgets to purchase which suit your project.

  • The export operation failed to create an image file

    I've been experiencing bizarre behavior when attempting to export images to my Usb-connected card reader. After reading some threads on this form, I was convinced that my reader was defective. Same problem on a brand-new reader.
    The specific behavior was as follows: I attempted to export roughly 150 custom-named 500 KB image files to the memory card. The last 15 or so failed to transfer and I got the message, "the export operation failed to create an image file for the versions identified below."
    Trashing VP list didn't help. What did was changing the custom name. There was nothing particularly unusual about the original custom name and the new one was virtually identical. After changing the name, the export worked without a hitch.
    Has anyone experienced similar behavior? Any ideas what's going on?

    problem was that the NEW card reader was faulty as well. My luck!

  • Unusual Bug when creating pdf from image files

    Hi I have a very mindboggling problem which I cant seem to get my head around.
    basically I am trying to create a pdf using a large amount of image files, these images are scans of pages of a book. so I have been trying to create a pdf file from these images, and everytime i try, it all looks ok except for one page which comes up smaller in size than the rest which is a big problem and very unusual. If I change the view of acrobat so that it shows two pages at a time then this is clearly visable where one page is normal and the page next to it is like a third of the size. Ive checked the image file properties for that page and they are more or less the same as the rest, the dimensions of the image file too, but when I add it into a PDF it seems to shrink in size, any ideas as to why? any help would be much appreciated! (and I hope what I said made sense lol )
    Thanks
    Nav

    Hi Davew000
    Can you please tell the steps you are doing to create the PDF ?
    Thanks,
    Tanvi

  • Image files created by CS6 not viewable in iOS devices

    Hello,
    This is kind of a strange one.
    I'll start off with what I am running:
    My computer - Late 2013 MacBook Pro (Retina) running Yosemite (10.10.1)
    My Photoshop - CS6 (13.0.6 x64)
    And now the issues:
    I am not able to view any emailed image files, on any of my iOS devices (using the default mail app) that were created by CS6 on my laptop.
    As a test, I had someone in my office create a .jpg using their Photoshop, had them email it to me, and I was able to view it on my iPhone using the default mail app.
    So, something in particular with my installed version of CS6 is doing something strange when outputting files that are making them not viewable by the default iOS mail app.
    I work in film, and often have to email images to clients (which many of them are using iPhones), so having the images not viewable is a big issue for me.
    Has anyone experience anything like this, or perhaps know what may be causing this?
    Thanks so much for your input,
    Greg

    This has somewhat been resolved.  This is actually an Outlook issue, Outlook is doing something strange to the image file when emailing that is causing the problem.
    Ugh, sorry for the post. 

  • Can I back up individual image files to a slideshow DVD created in Premiere Elements 4.0?

    I created a Premiere Elements 4.0 Project including 3 separate photo slideshows. The slideshows were created in Photoshop Elements 6.0 and imported into my Premiere Elements project. I was hoping that when burning the project to DVD, my image files would also be individually backed up.
    When I give the DVD to family members I would like them to have access to the image files so they can print or use them individually. I would like to do this in 1 single DVD rather than giving them a DVD with the slideshows and a DVD with the image files. I was able to do this with a previous DVD authoring program I was using, but I cannot figure it out with Premiere Elements 4.0.
    Any ideas if this is do-able with Premiere Elements 4? (I am running Windows Vista Home premium SP1 - 64bit - 3GB RAM)

    Thanks for your help. I tried this. I burned the project to a folder (4.7GB) then to that folder I added a folder with my photos. So in the folder there was "Photos", "OpenDVD" and "Video_TS". I had 3 separate folders within the "Photos" folder, to keep the 3 slideshow photos grouped.
    I burned the entire folder to a DVD using my burn tool. I don't even know the name of the software I used, but I think it was just the Toshiba burn tool. I dragged and dropped the folder into my new disc folder, then at the top of my screen clicked "burn to disc", I named the disc and chose from the formating options "Mastered: disc can be read on other computers and some CD/DVD... no new data can be added..."
    Once burned I checked it on my DVD player and now it recognizes only the individual jpg files so it does a generic slideshow of these images rather than my slideshow project. (no menu, music...) Putting the disc in my computer I could access either the files or the slideshow project, but not on my home DVD player.
    I burned the folders to 2 separate discs, once dragging the whole folder to the disc and once opening the folder and dragging only the individual folders to the disc.
    Please tell me what I'm doing wrong. thanks.

Maybe you are looking for

  • ACS 5.2 and Microsoft AD authentication to IOS

    I am looking for documentaion on implimenting ACS and MS., active directory for authentication to IOS (switches and routers) devices. I would like to authenticate with AD, then if not possible local ACS database.

  • BOM Validation date

    Hi All,     In BOM creation, the validity of all the component are from current date to the max. of 31.12.9999 but I want to have 1. Specific Duration for Compenent of a BOM and 2. Specific Duration for that BOM Can it be possible? Sekhar

  • PB creation datafile greater than 2Gb

    Why is it not possible to create a file greather than 2Gb on oracle 7.3.4.0 and solaris 2.7??? I have created the same architecture on SCO openserver 5 and HPUX and it 's working???? Could you help me please???

  • VPRS cost copying different in Returns order and Credit for returns

    Hi SAP Gurus, we created returns order, returns delivery and Credit for Returns.But the VPRS cost copying in Credit for Returns different than Returns order.I have tested in DEV its working fine but in PRD its taking different. I compared copy contrl

  • Need help with long movie

    I created a movie in iMovie that runs 56 minutes. iMovie keeps crashing when I try to share it in large format, so I broke the movie into two parts and was able to share. I needed to add chapters and did that in GarageBand. How do I combine the two m