Help with saving an image - Urgent!

Hi,
I have an application that opens an image and modifies it, but how do I save the modified version? I have been searching the web, and I just get more and more confused - what's the easiest way to do this? I don't really understand much of what I have been reading... :(
At the moment my application saves, but it saves as text. Is it easy to modify this to save as jpg?
Here is my save and open code:
void open_actionPerformed(ActionEvent e) {
int status = chooser.showOpenDialog(this);
if (status == JFileChooser.APPROVE_OPTION) {
File file = chooser.getSelectedFile();
String filename = file.getAbsolutePath();
ImageIcon icon = new ImageIcon(filename);
jLabel1.setIcon(icon);
long length = file.length();
String name = file.getName();
jLabel1.setToolTipText(length + "bytes, " + name);
titledBorder1.setTitle(name);
statusBar.setText(filename);
void save_actionPerformed(ActionEvent e) {
int status = chooser.showSaveDialog(this);
if (status == JFileChooser.APPROVE_OPTION) {
File file = chooser.getSelectedFile();
String filename = file.getAbsolutePath();
ImageIcon icon = new ImageIcon(filename);
try {
FileOutputStream fos = new FileOutputStream(file);
String text = statusBar.getText();
byte data[] = text.getBytes();
fos.write(data);
} catch (IOException ex) {
System.err.println("Error while writing");
Grateful for all comments!!!

The following works, but only if you have the package. The comments in com/sun/image/codec/jpeg/JPEGCodec.java say:
Note that the classes in the com.sun.image.codec.jpeg package are not
part of the core Java APIs. They are a part of Sun's JDK and JRE
distributions. Although other licensees may choose to distribute
these classes, developers cannot depend on their availability in
non-Sun implementations. We expect that equivalent functionality
will eventually be available in a core API or standard extension.So if you want to distribute your program, the user can't be sure if it runs on his platform.
import java.io.*;
import com.sun.image.codec.jpeg.*;
     File saveTarget=new File(filename);
     FileOutputStream fos=new FileOutputStream(saveTarget);
     JPEGImageEncoder enc=JPEGCodec.createJPEGEncoder(fos,
       JPEGCodec.getDefaultJPEGEncodeParam(imageToSave)
     enc.encode(imageToSave);
     fos.close();

Similar Messages

  • Help with saving my image as text

    Hi,
    I have to submit my Java project tomorrow and as part of it we must build a density map and save the image as a text file. I have the programme working fine however I can't seem to get the image to save properly as a text file.
    Basically I have to read in a raster 300 by 300 text file filled with 0 values and one 255 which is where a bomb explodes. I get the x and y positions of this after turning it into a 2d array, then move a number of bacteria particles around and then build a density map which in a 1d int array.
    I now want to save my new image that shows where the particles landed in a SaveMapMenuListnr class and I tried to use a previous practical's SaveGreyMenuListnr (which converted an image to greyscale when it saved it) class to help me with this but now I am in a mess with it as you can see from the below code! All i want to do is save what I have on the screen into a text file and hopefully retain the image on the screen as it is but I have no idea whether to use the 2d array or 1d array and whether the code I have (and which parts of it) is of any use.
    Please see below code, thanks.
    // Declares a new class called SaveMapMenuListnr and implements ActionListener
    public class SaveMapMenuListnr implements ActionListener {
            // Declares a global integer variable to store the compressedInt values
            int compressedInt;
            // Makes an object of ButList and sets it to null
            ButList arrayValues = null;
            // Creates a private object of DisplayPanel and sets it to null
         private DisplayPanel panel = null;
            // Declares a new instance of SaveMapMenuListnr and passes in the DisplayPanel and ButList objects
         public SaveMapMenuListnr (DisplayPanel pn, ButList bl) {
              panel = pn;
                    arrayValues = bl;
         } // End of instance
           // This method is invoked to read in an image when the Action Event occurs
         public void actionPerformed (ActionEvent ae) {
            // These methods get copies of the 2D and 1D int arrays from the arrayValues object of the ButList class
            int [][] gotDensity = arrayValues.getDensity();
            int [] gotOneDintArray = arrayValues.getOneDintArray();
            // Builds a file dialog and shows it on the screen
         FileDialog saveDialog = new FileDialog(new Frame(), "Save file", FileDialog.SAVE);
         saveDialog.setVisible(true);   
            // Sets the save file equal to the chosen directory and the open file
            File file = new File(saveDialog.getDirectory() + saveDialog.getFile());
            // Creates a null object of FileWriter
            FileWriter fileWriter = null;
            // Creates a new bombMap image
            Image bombMap = null;
            // Sets bombMap equal to the image on display in the panel
            bombMap = panel.getDisplayImage();   
            // Gets the width and height of the image
            int width = bombMap.getWidth(panel);
            int height = bombMap.getHeight(panel);
            try {
            fileWriter = new FileWriter(file);
            for (int i = 0; i < 300; i++) {
                Color color = new Color(gotOneDintArray);
    int red = color.getRed();
    int green = color.getGreen();
    int blue = color.getBlue();
    double temp = 0.56 * (double)green + 0.33 *(double) red + 0.11 *(double) blue;
    color = new Color((int)temp,(int)temp,(int)temp);
    int compressedInt = color.getRGB();
    String grey = String.valueOf (temp);
    fileWriter.write(grey + " ");
    gotOneDintArray[i] = compressedInt;
    fileWriter.close();
    catch(IOException f) {
    f.printStackTrace();
    bombMap = panel.getToolkit().
    createImage(new MemoryImageSource(width, height, gotOneDintArray, 0, width));
    // This sets "bombMap" as the DisplayImage and instructs the paint method in the Image Panel class file to repaint
         panel.setDisplayImage(bombMap);
         panel.repaint();
    } // End of ActionPerformed method
    } // End of class

    I don't understand the question. What kind of format do you expect the text file to have?

  • Help with Dreamweaver flash image viewer

    Hi all
    Would like some help with Dreamweavers Flash image viewer.
    Everything is working properly except when i try to link a picture, and have set the imagelinkTarget value to _blank the link always navigates away from my site and does not open in a new window.
    I have tried all the values for the imageLinkTarget and nothing works..
    Here is my code
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0','width','190','height','190','src','images/ad1','quality','high','flashvar s','flashlet={imageLinkTarget:\'_blank\',captionFont:\'Verdana\',titleFont:\'Verdana\',sh owCo ntrols:false,frameShow:false,slideDelay:5,captionSize:14,captionColor:#000000,ti tleSize:10,transitionsType:\'Fade\',titleColor:#333333,slideAutoPlay:true,imageU RLs:[\'images/image1.jpg\',\'images/image2.jpg\',\'images/image3.jpg\',\'images/ image4.jpg\'],slideLoop:true,frameThickness:2,imageLinks:[\'http://www.bowlsaustralia.com.au\',\'http://www.smh.com.au\'],frameColor:#333333,bgColor:# FF9966,imageCaptions:[\'Bowls Australia\',\'Sydney Morning Herald\']}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash','flash_component','ImageViewer.swc','movie','images/ad1' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0" width="190" height="190">
              <param name="flash_component" value="ImageViewer.swc" />
              <param name="movie" value="images/ad1.swf" />
              <param name="quality" value="high" />
              <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verd ana',showControls:false,frameShow:false,slideDelay:5,captionSize:14,captionColor :#000000,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:tr ue,imageURLs:['images/image1.jpg','images/image2.jpg','images/image3.jpg','image s/image4.jpg'],slideLoop:true,frameThickness:2,imageLinks:['http://www.bowlsaustralia.com.au','http://www.smh.com.au'],frameColor:#333333,bgColor:#FF9 966,imageCaptions:['Bowls Australia','Sydney Morning Herald']}" />
              <embed src="images/ad1.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:' Verdana',showControls:false,frameShow:false,slideDelay:5,captionSize:14,captionC olor:#000000,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPla y:true,imageURLs:['images/image1.jpg','images/image2.jpg','images/image3.jpg','i mages/image4.jpg'],slideLoop:true,frameThickness:2,imageLinks:['http://www.bowlsaustralia.com.au','http://www.smh.com.au'],frameColor:#333333,bgColor:#FF9 966,imageCaptions:['Bowls Australia','Sydney Morning Herald']}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash" type="application/x-shockwave-flash" width="190" height="190"> </embed>
            </object>
    </noscript>
    any help would be greatly appericated
    Ken

    I just googled and found lots of folks with the same problem.  One fellow wrote this as a soluton:
    "All you have to do is
    remove the values from the imageLinks in the flash element. That
    should fix it."
    Does it?
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Help! Saving an image to stream and recreating it on client over network

    Hi,
    I have an application that uses JDK 1.1.8. I am trying to capture the UI screens of this application over network to a client (another Java app running on a PC). The client uses JDK 1.3.0. As AWT image is not serializable, I got code that converts UI screens to int[] and persist to client socket as objectoutputstream.writeObject and read the data on client side using ObjectInputStream.readObject() api. Then I am converting the int[] to an Image. Then saving the image as JPEG file using JPEG encoder codec of JDK 1.3.0.
    I found the image in black and white even though the UI screens are in color. I have the code below. I am sure JPEG encoder part is not doing that. I am missing something when recreating an image. Could be colormodel or the way I create an image on the client side. I am testing this code on a Win XP box with both server and client running on the same machine. In real scenario, the UI runs on an embedded system with pSOS with pretty limited flash space. I am giving below my code.
    I appreciate any help or pointers.
    Thanks
    Puri
         public static String getImageDataHeader(Image img, String sImageName)
             final String HEADER = "{0} {1}x{2} {3}";
             String params[] = {sImageName,
                                String.valueOf(img.getWidth(null)),
                                String.valueOf(img.getHeight(null)),
                                System.getProperty("os.name")
             return MessageFormat.format(HEADER, params);
         public static int[] convertImageToIntArray(Image img)
             if (img == null)
                 return null;
            int imgResult[] = null;
            try
                int nImgWidth = img.getWidth(null);
                int nImgHeight = img.getHeight(null);
                if (nImgWidth < 0 || nImgHeight < 0)
                    Trace.traceError("Image is not ready");
                    return null;
                Trace.traceInfo("Image size: " + nImgWidth + "x" + nImgHeight);
                imgResult = new int[nImgWidth*nImgHeight];
                PixelGrabber grabber = new PixelGrabber(img, 0, 0, nImgWidth, nImgHeight, imgResult, 0, nImgWidth);
                grabber.grabPixels();
                ColorModel model = grabber.getColorModel();
                if (null != model)
                    Trace.traceInfo("Color model is " + model);
                    int nRMask, nGMask, nBMask, nAMask;
                    nRMask = model.getRed(0xFFFFFFFF);
                    nGMask = model.getRed(0xFFFFFFFF);
                    nBMask = model.getRed(0xFFFFFFFF);
                    nAMask = model.getRed(0xFFFFFFFF);
                    Trace.traceInfo("The Red mask: " + Integer.toHexString(nRMask) + ", Green mask: " +
                                    Integer.toHexString(nGMask) + ", Blue mask: " +
                                    Integer.toHexString(nBMask) + ", Alpha mask: " +
                                    Integer.toHexString(nAMask));
                if ((grabber.getStatus() & ImageObserver.ABORT) != 0)
                    Trace.traceError("Unable to grab pixels from the image");
                    imgResult = null;
            catch(Throwable error)
                error.printStackTrace();
            return imgResult;
         public static Image convertIntArrayToImage(Component comp, int imgData[], int nWidth, int nHeight)
             if (imgData == null || imgData.length <= 0 || nWidth <= 0 || nHeight <= 0)
                 return null;
            //ColorModel cm = new DirectColorModel(32, 0xFF0000, 0xFF00, 0xFF, 0xFF000000);
            ColorModel cm = ColorModel.getRGBdefault();
            MemoryImageSource imgSource = new MemoryImageSource(nWidth, nHeight, cm, imgData, 0, nWidth);
            //MemoryImageSource imgSource = new MemoryImageSource(nWidth, nHeight, imgData, 0, nWidth);
            Image imgDummy = Toolkit.getDefaultToolkit().createImage(imgSource);
            Image imgResult = comp.createImage(nWidth, nHeight);
            Graphics gc = imgResult.getGraphics();
            if (null != gc)
                gc.drawImage(imgDummy, 0, 0, nWidth, nHeight, null);       
                gc.dispose();
                gc = null;       
             return imgResult;
         public static boolean saveImageToStream(OutputStream out, Image img, String sImageName)
             boolean bResult = true;
             try
                 ObjectOutputStream objOut = new ObjectOutputStream(out);
                int imageData[] = convertImageToIntArray(img);
                if (null != imageData)
                    // Now that our image is ready, write it to server
                    String sHeader = getImageDataHeader(img, sImageName);
                    objOut.writeObject(sHeader);
                    objOut.writeObject(imageData);
                    imageData = null;
                 else
                     bResult = false;
                objOut.flush();                
             catch(IOException error)
                 error.printStackTrace();
                 bResult = false;
             return bResult;
         public static Image readImageFromStream(InputStream in, Component comp, StringBuffer sbImageName)
             Image imgResult = null;
             try
                 ObjectInputStream objIn = new ObjectInputStream(in);
                 Object objData;
                 objData = objIn.readObject();
                 String sImageName, sSource;
                 int nWidth, nHeight;
                 if (objData instanceof String)
                     String sData = (String) objData;
                     int nIndex = sData.indexOf(' ');
                     sImageName = sData.substring(0, nIndex);
                     sData = sData.substring(nIndex+1);
                     nIndex = sData.indexOf('x');
                     nWidth = Math.atoi(sData.substring(0, nIndex));
                     sData = sData.substring(nIndex+1);
                     nIndex = sData.indexOf(' ');
                     nHeight = Math.atoi(sData.substring(0, nIndex));
                     sSource = sData.substring(nIndex+1);
                     Trace.traceInfo("Name: " + sImageName + ", Width: " + nWidth + ", Height: " + nHeight + ", Source: " + sSource);
                     objData = objIn.readObject();
                     if (objData instanceof int[])
                         int imgData[] = (int[]) objData;
                         imgResult = convertIntArrayToImage(comp, imgData, nWidth, nHeight);
                         sbImageName.setLength(0);
                         sbImageName.append(sImageName);
            catch(Exception error)
                error.printStackTrace();
             return imgResult;
         }   

    While testing more, I found that the client side is generating color UI screens if I use JDK 1.3 JVM for running the server (i.e the side that generates the img) without changing single line of code. But if I use JDK 1.1.8 JVM for the server, the client side is generating black and white versions (aka gray toned) of UI screens. So I added code to save int array that I got from PixelGrabber to a text file with 8 ints for each line in hex format. Generated these files on server side with JVM 1.1.8 and JVM 1.3. What I found is that the 1.1.8 pixel grabber is setting R,G,B components to same value where as 1.3 version is setting them to different values thus resulting in colored UI screens. I don't know why.

  • Help with Saving & Exporting Files.

    Ok, so I've gone on these forums and on google trying to find a solution to this.
    But none of the solutions they had given worked...And frankly making my own is easier to find. XD
    But anyways.
    I just got Adobe Illustrator CS3 today.
    It is the portable version; I don't know if tthat would make a difference since the options are still available.
    But when I try to save the image, it doesn't matter what I try to save the file as, it says an error occured and it couldn't save the file.
    And now I'm trying to export it into Photoshop CS4 (Also Portable but again, all of the options are available.) so I can color it. (Its a inked drawing of a previously lead drawing.)
    When I try to export it; I get a message saying I do not have enough memory to save the file. Which I have a tetrabyte hardrive that isn't even nearly full.
    What's going on with saving and exporting???
    And I've read about people copying and pasting the different layers into Photoshop, if thats what I have to do, thats OK...But could someone please explain to me how I can do that?
    Thank you. :]

    No kidding and thi character is on the forum asking for help?
    BTW when you install this cracked version be aware that these very beneficent care takers of the public rights have also probably installed spyware on your computer.
    Also errors etc. are expected and there is no cure except to contact those you got the sold you this stuff  and even if it is free once you do they will find a way to use the spyware.
    Enjoy it.
    To the forum host remove this thread fro the forum.

  • Issues with saving disc images using Toast 8

    I am having issues saving disc images to my portable hard drive using Toast 8.
    First, I'm attempting to save Dual Layer disc images to my portable hard drive for future use. I turn compression off and select DL DVD above the burn button, and select "save as disc image" from the file menu. As that point the program seem to freeze and I get the whirly-spinning rainbow. After a few minutes a window asks me if I'm buring single or dual layer. I select dual layer. Then a box appears that says "writing ...".
    After it's complete I check the portable hard drive and I've got EIGHT disc images all titled "SAMPLE DISC IMAGE TITLE.TOAST.001" .....002, 003, 004, 005, 006, 007, 008. File numbers 002-008 open in itunes, and file number 1 mounts with an error that will cause Toast to crash.
    This is so weird and confusing.
    When I save the image to the desktop, its saves fine. BUT, when I try to copy it to the portable hard drive it gets all the way to the end and reports an error message.
    Please help. Thanks
    17 inch PowerBook G4 1.67Mhz 80 GB   Mac OS X (10.4.9)   External HD: Lacie Portable 100gb

    After several weeks of searching and an error code 1309 I discovered the issue is not with TOAST but with my external hard drive. The drive format is FAT32 which does not allow single files to be transfered in excess of 4gb. I was attempting to create disc images of dual layered dvd's which can be up to 8 gb. Since the drive was incapable of accepting a file that size it created seperate files that made up the size of the original file.
    Example: 7.8gb file transfered to FAT32 external LACIE drive. Lacie creates 8 files: 7 are 1gb, 1 is .8gb.
    There is probably a program that could put these files back together but I've already experienced too great of an ordeal.
    Unless the user needs the external drive for use on a PC & MAC there is not a reason to have the format of the drive set to FAT32.
    I will be using Disk Utility to reformat the drive to "HFS+" in hopes to solve this problem.
    17 inch PowerBook G4 1.67Mhz 80 GB   Mac OS X (10.4.9)  

  • Help with exporting and image size or boundaries?

    I am trying to slide the cat into the scene a little at a time foir an animation project I am working on. However, when I export the image the back ground of the image expands with a checkered back ground( showing here in white) and shows the whole cat.
    How do I just show a little of the cat on the image at a time when exporting. I am trying to give the impression that the cat is walking into the room. I do not want to have to cut the cat up.
    I would be thankful for any suggestions.

    Provide the name of the program you are using so a Moderator may move this message to the correct program forum
    This Cloud forum is not about help with program problems... a program would be Photoshop or Lighroom or Muse or ???

  • Need help with saving data and keeping table history for one BP

    Hi all
    I need help with this one ,
    Scenario:
    When adding a new vendor on the system the vendor is suppose to have a tax clearance certificate and it has an expiry date, so after the certificate has expired a new one is submitted by the vendor.
    So i need to know how to have SBO fullfil this requirement ?
    Hope it's clear .
    Thanks
    Bongani

    Hi
    I don't have a problem with the query that I know I've got to write , the problem is saving the tax clearance certificate and along side it , its the expiry date.
    I'm using South African localization.
    Thanks

  • Help with saving FarmVille game data...

    Ok, I need a bit of help...
    I have an issue with saving data from a facebook game, FarmVille.
    On my old computer which was running Windows XP when playing FarmVille the game only ever used to reload when it was updated. If I quit the game then went back in and it appeared to be loading the content from some saved data as it would load straight away compared with the 5 minutes it took when ever the game was updated.
    I have now bought a new computer running Windows 7 and when I play FarmVille it now wants to reload from scratch each time I go into the game and it is sucking up my broadband usage really quick by doing this.
    I have been trying to play around with different settings to see if I can get flash player to save the data but nothing seems to work. I am now starting to think it may not be flash player that is the problem.
    If anyone knows how to fix this problem it would be greatly appreciated.
    Thanks.

    I am using IE9 but I do not have that setting set and I hardly ever delete all my history etc.
    I have also just tried playing on my partners apple which I dont know much about except that it is about 5 years old. Anyway the apple is doing the same thing that this new computer is doing... hmmm.

  • Help with saving attachments from iphone email to my phone

    Hi...can anyone help me with saving photos sent to me in jpg as attachments in email ....can see them in email but unable to save photos? cant seem to find how to in tech. information..thanks!!

    You may want to submit this as a feedback or feature request.
    This link allows you send feedback on any Apple product.
    http://www.apple.com/feedback/

  • Help with array of Images - is it possible?

    Hi, i need to do this thing with tiles in my game such like this:
    Image tile[] = new Image[600]
    //building map:
    for (Y...){
    for(X...){
    if(tiles[tilenum].equals(null)){
    tile = Image.createImage("/"+tileset+"/Tile" + tilenum + ".gif");
    tiles[tilenum] = tile;
    }else{
    tile = tiles[tilenum];
    it doesn't work, because Image object has no constructor.. I don't know how to solve it. Can you help me?
    Edited by: __LB__javuje on Oct 29, 2008 11:58 AM

    - it isn't the problem, *.gif works perfectly. But thanks, your note is helpful, i'll redraw images to png:).
    To Daryll.Burke - I think, that my style of writing on this forum wasn't the main problem. If you want to help me, please focus to problem itself and not on details ;). I have rewritten everything, hope that it will be more readable for you.
    edit.: I have read my note from yesterday second time, and i think, i wouldn't understand it too, so sorry, man;)
    Main problem (or definition of "doesn't work, as you said) is, that every time i try to compare *tile[tilenum]* (where tilenum is from interval <0;600) ) with *null* object, NullPointerException is thrown.
    {code}Image tile[] = new Image[600]
    //building map:
    void tileBuild(...){
    for (Y...){
    for(X...){
    try{
    if(tiles[tilenum].equals(null)){
    tile = Image.createImage("/"tileset"/Tile" + tilenum + ".gif");
    tiles[tilenum] = tile;
    }else{
    tile = tiles[tilenum];
    }catch(Exception ex){
    }{code}
    I realy don't know how to solve it..
    Edited by: __LB__javuje on Oct 30, 2008 6:39 AM

  • Help with creating thumbnail images

    Hi there
    I need some help with a webpage that displays images.
    I am capturing an internal xml file ..and want to display:
    An Image or images with a width of 130 px and height of 130
    px
    My problem is that when our users upload the pictures to the
    website ..they are not resized ..and they would not know how to use
    a program to do this.
    Is there a code or way to take the uploaded picture file and
    reduce it to a size of 130 x 130 in the existing page?
    It currently is displaying the full size image(s) which are
    take up 2 screens.
    thanks for your time ..Rob

    > Is there a code or way to take the uploaded picture file
    and reduce it to
    > a
    > size of 130 x 130 in the existing page?
    In the HTML you can just give it a width and height of those
    values.
    However, the full image is still loaded by the browser, so if
    the image is
    large, it's still going to be a bandwidth hog.
    Ideally, you'd resize on the server at time of upload. This
    can be done with
    various components depending on the particular back-end
    server/scripting
    language.
    -Darrel

  • Need Help With Waveform-driven Image Effects

    Hi,
    I've been working on a full-dome 3D animation for a couple of years now and I'm looking for someone to help with a custom plug-in for After Effects, Photoshop and/or Combustion. I need to be able to drive filters and effects like Brush Strokes and 'sketchy' noise with the waveform from an audio file. I've been using a very poor mans workflow in which I've mapped the waveform by breaking it up into vertical ranges of varying intensities and then applying respective levels of the effects and filters to the sequential images based on where they fall in the waveform ranges. So for the test Ive done, I've been literally applying Photoshop actions to very small packets of still images from rendered sequences, and it has been dizzyingly time-consuming. Ideally I would want to be able to do this dynamically with a motion graphics package, but really I'm looking for as much help as I can get.
    This project began as my master's thesis and I'm working on it during the free time I have between teaching and freelance work; I don't have much money but I am willing to pay for help with this goal. There is still a lot of 3D work that I still need to do and the rendering process will be slow, so this wouldn't be a job with strict or tight deadlines. The final images will be very large (3200x3200) and with the growth in the full-dome market, these sizes could easily increase. If anyone is interested or could help me with this endeavor in any way, please respond to [email protected] Thank in advance to anyone who reads this.
    Max

    See the SDK_Backwards sample to see how to acquire audio data from a layer. This is the same access method used by AE's own waveform drawing plug-ins. Feel free to contact me directly with any questions.

  • Help with display settings needed urgently

    Graphics and icons that are supposed to be round appear oval. For instance the Safari and App icons on the dock appear very oval. Logos on websites I've visited before and I know are round appear oval.
    I've tried all display settings and nothing helps. I'm a designer and this is causing a major hinderance. Everything appears condenced / squashed sideways. I'd be very grateful if someone could help with this.
    I've just purchased the laptop. I have been using Mac for a few years and I've always selected the "stretched" option from the Display settings which sorted out the problem completely. A circle looked a proper circle. But in this version the option is not available.
    Badly hoping someone can help with this.
    Thanks.
    Version Details - OS X Lion 10.7.4

    It sounds like you have selected an incorrect resolution.  For starters, are you talking about your Air's display or an external display?  You haven't said which Air you have.  If you have an 11" model, make sure your display resolution is set to 1366x768.  If you have a 13" model, it should be set to 1440x900.  These are the proper resolutions for the built in displays.  Chosing anything other than the referenced "native" display resolutions will result in distortions or clarity problems. 

  • Help with CS4 tabbed image mode?

    How does one drag a layer from one image to another in tabbed mode?
    I'm forcing myself to work with the tabbed image interface as I assume someone thought this new feature was a good idea.
    I often drag or shift+drag layers from one image to another, whether it be adjustments or image elements that need to be placed (in register) as a layer in another open image.
    But when I use the tabbed interface mode any attempt to drag a layer from one tab to another does not work.
    What am I missing???
    Thanks
    Russell

    Yeah I noticed the same limitation.. they making floating document mode extra ****(UI interface that doesn't adhere to System OS visual style, documents that no longer move with the main PS UI, like when you adjust the mainframe size or move the window floating docs would get moved and stay within the UI, unless you dragged and floating doc outside the main ui frame, which was good, but now it seems floating docs always live outside the mainframe and appear above docked although open panel UIs.. not to mention the new theme looks like complete and utter dogshit.. but oh well.. CS5 might get some more work.. maybe they'll bring back the pallete well.. ******* adobe noobs.
    I too liked to drag & drop of layer objects onto another document its common thing I do when working in photoshop.. I just can't believe how lame Adobe are that they couldn't allow this functionality seeing as a tabbed UI is the default setup now..
    seems like the only way around it is to use the now **** floating document mode... or use one of the splitview modes.. course those are crap, but at least you can D&D layer objects, and then switch back the single doc tab.
    lets not get into the flakey **** opengl support and functionality.

Maybe you are looking for

  • Error message when Importing a slide

    Hello, Captivate 4 - When importing a slide from one project to another, importing stops in the middle and an error message pops up "Adobe Captivate have encounter a problem and needs to close".   Could it be because the project has been published? 

  • Can I use OS 9 printer from Windows XP? Software needed?

    I have a printer that I have been using from Windows XP by use a program called PC Maclan, but this computer went down and I found out that they make that software anymore. This program was great because it allowed me to browse the Mac network when a

  • Why isn't my photo stream backing up to iCloud anymore?

    I have all the boxes ticked for my phone to automatically back up and it has been backing up photos until Nov 19th. I've tried manually backing up and also exiting out of the camera ap on my phone, but I just can't get my photos I've taken since Nov

  • SerialOracleClob usage in weblogic server 8.1

    Hi, An application is deployed successfully on weblogic 7.0 server but there was a ClassCastException for SerialOracleClob class when the same was deployed on 8.1 server.Also when I tried to compile the source code using weblogic.jar of 8.1,i got the

  • Slideshow's quality

    why my slideshow have a terrible image's quality? My photoes have big resolution What can I do? Scuse me for my terrible english...