Get format (PNG, JPG..) of an image?

I am creating an application that for some reasons shall only accept PNG images.
How can I check if an image is really a PNG image? Currently I am using the Image class to load the image.
Thanks for any hint!

I found the answer here: http://stackoverflow.com/questions/51438/getting-a-files-mime-type-in-java (Post of Chris Mowforth):
http://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#probeContentType%28java.nio.file.Path%29

Similar Messages

  • I just set up a new computer running Windows 8.1. When I go to my icloud photostream, the pictures are in PNG format NOT JPG. When I open and upload photos from the photostream, the resolution is so low that the image quality is terrible. Help?!?

    I just set up a new computer running Windows 8.1. When I go to my icloud photostream, the pictures are in PNG format NOT JPG. When I open and upload photos from the photostream, the resolution is so low that the image quality is terrible. Help?!?

    Hey Sierra, You can do just what you have stated. My question, what is your "other"? If it is over 1.5 GB you most likely have corrupt files. Doing a Restore to New, Factory restore should correct it. Just make sure you make a full backup of all information on your iPod to your computer before you restore, so you don't lose your stuff, contacts, videos, pictures, non-iTunes music, etc, use the cable and connect with your computer. Then, via cable, connect to your computer, run the Restore to new, don't use your backup. Treat this iPod as if it was your first one ever. When restore is done, set up and add what info you wish to install on this iPod. The music apps etc you purchased should be on your computer, if not you should be able to retrieve purchased apps and music from iTunes. Any music, videos, apps not purchased from iTunes will be lost to you if you do not save them to your computer or the cloud first. When your done, make a current Backup and you should good to go. Hope this helps. Good luck. Cheers.

  • Adobe Assets: PSD export to image(PNG, JPG) crashes webpage

    Firstly it is great that Adobe Assets was released so that it would be possible to view PSD files.
    Have a PSD file opened in Adobe Assets on Google Chrome(Linux). I am trying to use the option of exporting the PSD to an image format, but the Actions -> Download -> PNG/JPG crashes the webpage.
    Any workaround other than using Adobe Photoshop? I guess I can ask the creator of the PSD to export it.

    I set up Ubuntu 14.04.1 LTS using the iso image from here Ubuntu 14.04.1 LTS (Trusty Tahr). Using either Chrome or Firefox I am able to download both a png and jpg image of a psd file from the private file one-up page.
    First steps to try are rebooting the machine, and clearing all cache / cookies from the browser.
    Next thing to try is to choose Actions > Download and from the Chrome Dev Tools for the download you should see:
    Request Method: GET
    Status Code: 200 OK
    Request URL: https://scproxy-prod.adobecc.com/api?X-Location=https%3A%2F%2Fcc-us1-prod.adobesc.com%2Fap i%2Fv1%2Fassets%2F1d9b9bbe-5868-4540-a46e-e305b9e23ee7%2Frenditions%2Fjpg%2Ffull&Authoriza tion=Bearer%20[redacted]A&download=true&filename=test.jpg

  • How to convert raster images like( PNG, JPG,GIF, BMP, TIFF etc) into SVG

    Hi Friends!
    With a hope that any Java Guru from SUN Forum can help me to solve my query, I'm posting my thread here.
    I have a project with feature to add image. My requirement is to convert any selected image file like (PNG,JPG,BMP,Tiff) into SVG Formate before adding it to Frame.
    I found one software from the link :
    http://delineate.sourceforge.net/
    Which covert raster to SVG.
    But I don't how can i use it runtime ?
    I want to convert during runtime process. like when user select option for to add Image then it call a procedure to add Image by converting any raster to svg & finally add to Frame.
    Your any help/suggestions wold be appreciated
    Regards
    Kirti

    There are basically two approaches:
    1. Embed the raster image in the SVG
    2. Vectorize the image
    1. Use Batik, or just write the XML yourself. Create some SVG files with embedded images, the syntax isn't to difficult. You could do it with a PrintWriter.
    2. Good luck to you. Writing a good vectorizer is
    - difficult
    - often pointless
    - though a great challenge if you're in to it
    The appllication you mention actually is only a front-end. it doesn't execute the vectorization itself. It uses Potrace and autotrace, which are native applications.

  • To get a jpg or any image

    Hello,
    Can any one help me in telling how to get a jpg or any image in a JFrame and laos one more thing can I change the cup icon to my own icon is it possible if so can you give me a small example or method to do it.
    Regards,
    Sreedhar

    hmmm.... really try to use the [url http://onesearch.sun.com/search/onesearch/index.jsp?qt=image+in+jframe&subCat=&site=dev&qp=&chooseCat=javaall&col=developer-forums]search tool...
    As for the icon itself...
    javax.swing.ImageIcon icon = new javax.swing.ImageIcon(somePathString);
    //note that java understands giff and jpg as standard
    myFrame.setIcon(icon.getImage());:)

  • Converting an image as a blob content from .gif format to .jpg format

    Hi
    Does anyone know how to convert a blob content from .gif format to .jpg format?
    I've tried looking at the process-method of intermedia, but I can't figure out how it's supposed to work... I'm on a 10.2.0.2 standard edition database
    I simply have a blob containing a gif-image, and I want it to be convertet to a jpg-image for further use
    Can anyone help?
    Thank you
    /Klaus Mogensen

    Hi
    Does anyone know how to convert a blob content from
    .gif format to .jpg format?
    I've tried looking at the process-method of
    intermedia, but I can't figure out how it's supposed
    to work... I'm on a 10.2.0.2 standard edition
    database
    I simply have a blob containing a gif-image, and I
    want it to be convertet to a jpg-image for further
    useWhat OS is the database running on? If it is a *nix flavour, you can call out to image magick convert utility (it is pre-installed on most linux variants, and you can compile it from source for other unixes). So you would probably store the blob into a temp file on the database server, call out to the shell to execute convert, and then load a blob from the converted file. See http://imagemagick.org for more information.
    If that is not an option, you might be able to use Java Advanced Imaging API from a Java stored proc to convert between those image formats. See http://java.sun.com/products/java-media/jai/downloads/download-1_1_2.html
    gojko adzic
    http://gojko.net

  • When using fireshot, my extensions are duplicating. I get a .jpg.jpg on every image downloaded

    When using fireshot, my extensions are duplicating. I get a .jpg.jpg on every image downloaded

    Try Fireshot support for help with their software. <br />
    http://screenshot-program.com/fireshot/ <br />
    http://screenshot-program.com/sup/index.php?a=vforum&f=12

  • How JPG or GIF Image open in MIDP?

    How my j2me application can support jpg or gif image format. I have tested png file in midp 1.0 and its not support other than png format( im not sure about midp 2.0 does it support or not). I have seen lot of mobiles those support gif and jpg file formats. Does j2me applications on those mobile can support other image formats?
    Plus it is possible that i can develop my own decoder for jpg or gif format. I know it possible, but im talking related to its processing power consumption. Or is there any third party api exist to support jpg or gif file format on midp. Please r

    Here is the code snap that read image from a URL.. I have tested this code on localhost & two different pc on lan in emulator.. but not in actuall mobile... but i hope it will work...
    Image image = null ;
    DataInputStream httpInput = null ;
    DataOutputStream httpOutput = null ;
    HttpConnection httpCon = null ;
    String url = "http://localhost:8080/images/picture.png"
    try
    httpCon = (HttpConnection)Connector.open(url);
    int bufferSize = 512 ;
         byte byteInput[] = new byte[bufferSize] ;
         ByteArrayOutputStream imageBuffer = new ByteArrayOutputStream(1024*50);
         httpInput = new DataInputStream( httpCon.openInputStream() );
                   System.out.println("Http-Input Connecting Establish Successfully");
                   httpOutput = new DataOutputStream( httpCon.openOutputStream() );
                   System.out.println("Http-Output Establish Successfully");
    int size = 0 ;
    // read all image data ....
         while ( ( size = httpInput.read( byteInput , 0 , bufferSize ) ) != -1 )
                        imageBuffer.write( byteInput , 0 , size ) ;
    // get byte from buffer stream
              byte byteImage[] = imageBuffer.toByteArray();
                   System.out.println("read byte " + byteImage.length );
         // convert byte to image ...
         image = Image.createImage( byteImage , 0 , byteImage.length );
         return image ;
         //return null ;
    catch( IOException e )
                   System.out.println("\nUnable to Perform Image IO Operation with Host");
         return null ;
    ....................................

  • I am trying to save a photoshop CS6 psd file to jpg and get an option jpg, jpg2000 or jpg stereo, I choose jpg and then Mac 256 colours, normal or interlaced.  I just want regular jpg with a high resolution.  What am I doing wrong, never had this problem

    I am trying to save a photoshop CS6 psd file to jpg and get an option jpg, jpg2000 or jpg stereo, I choose jpg and then Mac 256 colours, normal or interlaced.  I just want regular jpg with a high resolution.  What am I doing wrong?  , never had this problem before.  Help!!! 

    Your description of the issue is not clear:
    What format, bit depth and color was your original file "from the net"?  It sounds like it was a Color Indexed GIF, which would cause what you are describing.
    In the Macintosh Finder, select said "net image" and do a Get Info on it (Command+i). When the Info box appears in the Finder, take a screen shot and upload it here by using the little camera icon in the Reply Editor in the forum's web interface.
    If the image is a 256-color GIF, remember the rule:  GIGO = garbage in, garbage out.

  • Getting the bounds of a drawn image on a panel

    Hello, I have a problem with getting the bounds of a drawn image on a panel...Since it is drawn as graphics, i tried getClipBounds and since my class extends JPanel i tried to get the bounds from the panel but neither of them worked properly. It only gets the bounds of a jframe that contains the panel.Then i tried to put the panel in a layeredpane and then a container; but this time the image disappeared completely. Hope someone can help or tell me what I am doing wrong. Thanks in advance. Here is the code below:
    By the way what I am trying to do in this code is basically zooming the image in and out by dragging or the mouse wheel. But I need to get the bounds so that I can use this.
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    * @author Admin
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.Image;
    import java.awt.Point;
    import java.awt.RenderingHints;
    import java.awt.Toolkit;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import java.awt.event.MouseMotionListener;
    import java.awt.event.MouseWheelEvent;
    import java.awt.event.MouseWheelListener;
    import java.awt.geom.AffineTransform;
    import java.awt.geom.NoninvertibleTransformException;
    import java.awt.geom.Point2D;
    import javax.swing.JFrame;
    import javax.swing.JLayeredPane;
    import javax.swing.JPanel;
    public class ZoomDemo extends JPanel {
    AffineTransform tx = new AffineTransform();
    String imagePath = "D:/Documents and Settings/Admin/Belgelerim/tsrm/resim.jpg";
    Image image = Toolkit.getDefaultToolkit().getImage(imagePath);
    int width = image.getWidth(this);
    int height = image.getHeight(this);
    int scrwidth = Toolkit.getDefaultToolkit().getScreenSize().width;
    int scrheight = Toolkit.getDefaultToolkit().getScreenSize().height;
    double zoomfac = 1.0;
    int xAdj;
    int yAdj;
    int prevY;
    double scale = 1.0;
    Point pt;
    public static int x;
    public static int y;
    public static int w;
    public static int h;
    public ZoomDemo() {
    this.addMouseWheelListener(new ZoomHandler());
    this.addMouseListener(new ZoomHandler());
    this.addMouseMotionListener(new ZoomHandler());
      repaint();
    @Override
    public void paintComponent(Graphics g) {
    super.paintComponent(g);
    Graphics2D g2 = (Graphics2D) g;
    g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
    g2.drawImage(image, tx, this);
    // x =    (int) g2.getClipBounds().getX();
    // y=     (int) g2.getClipBounds().getY();
    // w=     (int) g2.getClipBounds().getWidth();
    // h=     (int) g2.getClipBounds().getHeight();
    // System.out.println(x+" "+y+" "+w+" "+h);
    //  public int getRectx(){
    //    return x;
    //public int getRecty(){
    //    return y;
    //public int getRectw(){
    //    return w;
    //public int getRecth(){
    //    return h;
    private class ZoomHandler implements MouseWheelListener,MouseListener, MouseMotionListener {
    public void mousePressed(MouseEvent e){
        System.out.println("Mouse Pressed");
    xAdj = e.getX();
    yAdj = e.getY();
    prevY = getY();
    public void mouseDragged(MouseEvent e){
           System.out.println("Mouse Dragged");
    boolean zoomed = false;
    if(e.getY()<prevY){
         zoomfac = zoomfac + 0.1;
         prevY = e.getY();
         zoomed = true;
    else if(e.getY()>prevY){
         zoomfac = zoomfac - 0.1;
         prevY = e.getY();
         zoomed = true;
       scale = zoomfac;
    Point2D p1 = new Point((int)xAdj-(width/2),(int)yAdj-(height/2));
    Point2D p2 = null;
    try {
    p2 = tx.inverseTransform(p1, null);
    } catch (NoninvertibleTransformException ex) {
    // should not get here
    ex.printStackTrace();
    return;
    tx.setToIdentity();
    tx.translate(p1.getX(), p1.getY());
    tx.scale(scale, scale);
    tx.translate(-p2.getX(), -p2.getY());
    tx.transform(p1, p2);
    ZoomDemo.this.revalidate();
    ZoomDemo.this.repaint();
    public void mouseWheelMoved(MouseWheelEvent e) {
    if (e.getScrollType() == MouseWheelEvent.WHEEL_UNIT_SCROLL) {
    Point2D p1 = e.getPoint();
    Point2D p2 = null;
    try {
    p2 = tx.inverseTransform(p1, null);
    } catch (NoninvertibleTransformException ex) {
    // should not get here
    ex.printStackTrace();
    return;
    scale -= (0.1 * e.getWheelRotation());
    scale = Math.max(0.1, scale);
    tx.setToIdentity();
    tx.translate(p1.getX(), p1.getY());
    tx.scale(scale, scale);
    tx.translate(-p2.getX(), -p2.getY());
    ZoomDemo.this.revalidate();
    ZoomDemo.this.repaint();
            public void mouseClicked(MouseEvent e) {
                //throw new UnsupportedOperationException("Not supported yet.");
            public void mouseReleased(MouseEvent e) {
                //throw new UnsupportedOperationException("Not supported yet.");
            public void mouseEntered(MouseEvent e) {
               // throw new UnsupportedOperationException("Not supported yet.");
            public void mouseExited(MouseEvent e) {
               // throw new UnsupportedOperationException("Not supported yet.");
            public void mouseMoved(MouseEvent e) {
               // throw new UnsupportedOperationException("Not supported yet.");
    public static void main(String[] args) {
    //SwingUtilities.invokeLater(new ZoomDemo());
    int scrwidth = Toolkit.getDefaultToolkit().getScreenSize().width;
    int scrheight = Toolkit.getDefaultToolkit().getScreenSize().height;
    JFrame f = new JFrame("Zoom");
    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    f.setSize(scrwidth , scrheight);
    //JLayeredPane lp = new JLayeredPane();
    //f.add(lp);
    ZoomDemo zd = new ZoomDemo();
    zd.getBounds();
    f.add(zd);
    //int x = (int) zd.getX();
    //int y = (int) zd.getY();
    //int w = (int) zd.getWidth();
    //int h = (int) zd.getHeight();
    //System.out.println(x+" "+y+" "+w+" "+h);
    //zd.setBounds(x ,y ,w ,h );
    //lp.add(zd, JLayeredPane.DEFAULT_LAYER);
    //f.setLocationRelativeTo(null);
    f.setVisible(true);
    //lp.setVisible(true);
    //zd.setVisible(true);
    }Edited by: .mnemonic. on May 26, 2009 11:07 PM
    Edited by: .mnemonic. on May 27, 2009 11:00 AM

    You'll need a stable point in the component to track and orient to the scaling transform(s).
    From this you can construct whatever you need in the way of image location and size.
    Let's try a center&#8211;of&#8211;image tracking point:
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import java.awt.image.BufferedImage;
    import javax.swing.*;
    import javax.swing.event.MouseInputAdapter;
    public class ZD extends JPanel {
        BufferedImage image;
        Point center;
        AffineTransform at = new AffineTransform();
        Point2D.Double origin = new Point2D.Double(0,0);
        public ZD(BufferedImage image) {
            this.image = image;
            center = new Point(image.getWidth()/2, image.getHeight()/2);
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
                                RenderingHints.VALUE_INTERPOLATION_BICUBIC);
            g2.drawRenderedImage(image, at);
            g2.setPaint(Color.red);
            g2.fill(new Ellipse2D.Double(origin.x-1.5, origin.y-1.5, 4, 4));
            g2.setPaint(Color.blue);
            g2.fill(new Ellipse2D.Double(center.x-1.5, center.y-1.5, 4, 4));
        private void setTransform(double scale) {
            // keep image centered over Point "center"
            double x = center.x - scale*image.getWidth()/2;
            double y = center.y - scale*image.getHeight()/2;
            origin.setLocation(x, y);
            at.setToTranslation(x, y);
            at.scale(scale, scale);
        public static void main(String[] args) throws java.io.IOException {
            java.net.URL url = ZD.class.getResource("images/hawk.jpg");
            BufferedImage image = javax.imageio.ImageIO.read(url);
            ZD test = new ZD(image);
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.add(test);
            f.setSize(500,500);
            f.setLocation(100,100);
            f.setVisible(true);
            test.addMouseListener(test.mia);
            test.addMouseMotionListener(test.mia);
        /** MouseAdapter okay in j2se 1.6+ */
        private MouseInputAdapter mia = new MouseInputAdapter() {
            final double SCALE_INC = 0.05;
            final int SCALE_STEP = 20;
            double scale = 1.0;
            double lastStep;
            public void mousePressed(MouseEvent e) {
                Point p = e.getPoint();
                center.setLocation(p);
                //System.out.printf("center = [%3d, %3d]%n", p.x, p.y);
                setTransform(scale);
                repaint();
            public void mouseDragged(MouseEvent e) {
                // scale up/down with relative vertical motion
                int step = (e.getY() - center.y)/SCALE_STEP;
                if(step != lastStep) {
                    scale += SCALE_INC*((step < lastStep) ? -1 : 1);
                    //System.out.printf("step = %3d  scale = %.3f%n", step, scale);
                    setTransform(scale);
                    lastStep = step;
                    repaint();
    }

  • Firefox for Mac preferences shows .qif file format for quicken as "quicktime image format"-wrong application and won't let me select anything else

    Post to Firefox forum; Oct.2011
    Re: Quicken 2007; Mac OS 10.5
    Problem: can’t import or download Qif format files into quicken from bofa or Chase. Mac can’t recognize; how do I set preferences in Firefox (or Safari).
    https://support.mozilla.com/en-US/questions/new?product=desktop&category=d1&search=Firefox+for+Mac+preferences+shows+.qif+file+format+for+quicken+as+%22quicktime+image+format%22-wrong+application+and+won%27t+let+me+select+anything+else&showform=1
    Hello,
    I previously used Firefox on my old Mac G4 with OS 10.3.9; the above issue existed with that system and Firefox 2.00.2 (or similar). I then "tried" to move to a G5 Mac with OS 10.5, hoping that an updated Mac Operating system and updating Firefox would solve that problem.
    I'm now working on my son's MacBook Pro, OS 10.5.8, 2.4 ghz Intel Core 2 Duo; 2gb Memory; 2 gb 667 Mhz DDR2 SDRAM.
    I still have a problem in Firefox Preferences trying to download .qif files. BofA Mortgage accounts only allow downloading of .qif files. My .qfx download works fine, but the error message is as follows:
    The error message is that this is a corrupted file or one that Preview doesn't recognize.
    and it is still a problem when trying to download Quicken .qif format files for our B of A mortgage.
    The preferences for Firefox under File Helpers won't let me name the extension I want; instead, it CONFUSES .qif (Quicken Interchange Format) with .qtif (Quicktime Image Format) for Mac.
    Therefore, when I download .qif files and try to import them to Quicken, I get a message that this is a corrupted file:
    thanks for any help.
    Val in Seattle

    Well, in the end, I just gave up and deleted the photos, in the hope that it was something to do with them. Took some more photos and they seem to have imported without any problems at all.
    Given that the same irksome photos loaded on the wife's macbook without so much as a murmur, how weird is that?
    Still- all's well that ends well. Thanks for the suggestions- much appreciated.
    Matt

  • Will I always get color discrepancies when lab printing images softproofed on a 75% on AdobeRGB monitor?

    Hi,
    I am struggling to get  printed output from a professional printing service to match what I see when I softproof on my monitor. The printed image always looks considerably more green and warm, although whites are ok. Blue skies tend to get warm greenish. The printed image often looks like a warm instagram filter had been applied.
    I have two (different generation) Dell U2412M monitors (Dell U2412M = Standard gamut = 71% NTSC, 74.3% Adobe RGB, 95.8% sRGB).
    These are the steps I have taken to try to achieve color consistency between monitor and print:
    I have calibrated and profiled with a Spyder 3 Express using BasICColor Display 5 software, previously also used the Datacolor software that came with the calibrator. After this, what I see on my monitor "looks normal" (skin tones, landscapes etc.)
    I shoot RAW with a Sony NEX6, develop in Lightroom 4 using ProPhoto 16 bit color space.
    I softproof in Lightroom using an ICC file provided by the printing service.
    I use Lightroom to print to file tagging it with AdobeRGB profile. Either as TIFF or as JPG 100%.
    I print with the direction to the printer to "not make any auto corrections to my file".
    I have Windows 7 64bit.
    I thought this would mean that I would get - probably not perfect - but at least a very strong match between softproof and printed image.  But I do not.
    Are these rather strong color discrepancies to be expected given my hardware?
    Is my Spyder broken (it's out of warranty)?
    Or is my workflow erroneous?

    Guermantes wrote:
    I am struggling to get  printed output from a professional printing service to match what I see when I softproof on my monitor. The printed image always looks considerably more green and warm, although whites are ok. Blue skies tend to get warm greenish. The printed image often looks like a warm instagram filter had been applied.
    I have calibrated and profiled with a Spyder 3 Express using BasICColor Display 5 software, previously also used the Datacolor software that came with the calibrator. After this, what I see on my monitor "looks normal" (skin tones, landscapes etc.)
    Could be the calibration targets (how you asked to celibate white point etc). Could be the output. Could be the ICC Profile. Could be your file. You have to decide which is which.
    Start here: Why Are My Prints Too Dark
    Then download a good color reference file like this one: http://www.digitaldog.net/files/2014PrinterTestFileFlat.tif.zip
    Soft proof and see if any green or odd color cast appear. If so, probably the  profile but use it and have a print made. The output should look good (neutral in neutrals, reds that don't appear yellowish etc).
    Generally speaking, if you send Adobe RGB (1998) and the other side assumes it is sRGB, you will end up with desaturated colors. This isn't the fault of Adobe RGB but rather assuming that data is sRGB which it isn't.

  • IPTC Metadata not appearing in 'Get Info' - exported JPG?

    I've just exported a bunch of images (versions) from Aperture to JPG.  I have selected 'Include Metadata' and yet when I open the image and select 'Get Info' the only info being displayed is the info of least importance (to me, with these images), such as device name, colour space, focal length etc etc.  None of the IMPORTANT information such as copyright and author etc are there??  I would expect / hope this info to be embedded so that anyone viewing on either a PC or Mac would see it, not exposure and device related information which is the last thing I'm worried about them getting.
    If I drag the image back into Aperture all the relevant info is there but the vast majority of people are not going to be opening JPGs they get supplied with in programmes like Aperture. At best you might expect them to use 'Properties' or 'Get Info' on a Mac.
    Am I doing something wrong or is this another 'Feature' of ML???  If it is a 'feature' is there a way to actually have Aperture append USEFUL metadata information to JPGs on export, such trivial matters as copyright and terms of use etc.?

    I just tried Preview (which being mostly full time on Aperture I've never used beyond a quick look at an image on the desktop), the info is there, so that's good to know. But you still have to dig for it.  My preference would be to get something up in the basic tools such as Get Info.  Previously, I'm sure I've had JPGs where the info has shown up in Get Info, how long back I don't know.  But my memory MAY be playing tricks.
    I am actually relcutant to trash Aperture due to it's management capabilities and it suits for the limited amount of adjustments I ever do, relying on Nik Software for the rest.  BUT I may consider it if there is another application that does write the IPTC data in a way Get Info can read it.    I'd hope to have copyright info flag up on any machine's 'quick look' application, be it Get Info on OS X or Properties on a Windows (I'll look later what comes up there, I rarely if ever use the Windows machine now).  Maybe it's just impossible.   I'm reluctant to add different applications to the workflow to achieve this, meta /exif tools etc.  It's more to do, more things to keep updated, more things to break as OS X evolves etc etc. 
    in the meantime I have played with various fields in the IPTC data block and oddly, if I put the Copright - 'all rights reserved' text in the 'Instructions' it DOES show up in the 'Get Info' box and the 'Instructions' field is perhaps not too out of place to be seen displaying the copyright text and for me is preferable to editing such items as 'Device Info' to display copyright, which looks really odd and, IIRC, requires and EXIF adit tool. The 'Provider' field may be MORE appropriate but again, Get Info doesn't display entries in that field.  Of course it means that anything that WILL display IPTC data correctly will have the copyright info twice, but I'd rather opt for that AND have copyright correctly displayed in Get Info.  I'll check later if it displays using Windows 'Properties'.

  • Please help me!--rendering makes the images or video blurry (very pixelated) deteriorates the image  Adobe Premier Elements 13  need help!  .jpg and mpeg images,  but I have never "rendered" before since I got APE 13 about 6 weeks ago.  I am desperate for

    Please help me!--rendering makes the images or video blurry (very pixelated) deteriorates the image  Adobe Premier Elements 13  need help!  .jpg and mpeg images,  but I have never "rendered" before since I got APE 13 about 6 weeks ago.  I am desperate for assistance!

    That's going to be a ridiculous waste of money and energy.
    First of all, the current ATI drivers don't support multiple GPUs, so at the moment even a single 4870X2 would be only a 'normal' 4870 (which is quite a speed beast already). GFX drivers evolve rapidly, so things might look different next month, but when it comes to Linux and hardware there's one Golden Rule: stay away from the newest stuff and wait for proper support to get coded.
    I also wonder what power supply could possibly cope with the differences between idle and full load; that's way beyond 400W. But then, I'm one of those "quiet&green" types where >100W idle is already a bit much.
    I kind of understand that you want to get it done and not worry about hardware for the next 10 years or so, but that's simply not how the hardware world works and never did. At least not for the average consumer.

  • Change screenshot format to jpg

    How do I change screenshot format to jpg instead of png. The old terminal comand does't work on 10.10.1 anymore.

    norbertmuc wrote:
    I have to backpaddle a bit. It works for me now with keys com shift 3. But I have a logitech mouse and clicking the scrollwheel makes a screenshot. That shot is png. Probably I have to delet some plist but don't know which res. where.
    Then you would have to ask Logitech how they generate the screen shot. If cmd-shift-3 gives you the desired format, Logitech is using some other facility to create the screen shot.

Maybe you are looking for

  • Password protected pdf file

    Hi all, as a contributor to an e-book I received a pdf file with password-protected proofs. Of course I know the password to unlock the file. Unfortunately on my system (Opensuse 10.2 + acroread 7.0.8 5/22/06) all I get is an error message stating th

  • Flashing light on Apple TV asking to connect to iTunes???

    Flashing light on Apple TV asking to connect to iTunes I don't have it that long and is not used that much and don't have the cable I need to connect is this some sort of apple apple scam because I'm furious about this!!!

  • Toshiba A60 USB 2.0 Host Controller, Can Anyone Help?

    Hi everyone, I recentry purchased a new Toshiba Satellite A60 notebook. Of course, instantly I formatted it, and installed XP Pro, because I didn't need half the programs that the laptop comes installed with. Problem is now that all they gave me was

  • Sending video files to an iPad

    I am constantly converting videos in .wmv so my manager can view and make corrections. If he had an iPad, what would be the best way to send quicktime files to him and for him to then make notes on the iPad and send that info back to me? Does Airdrop

  • How I can to download sold-to-party and ship-to-party with the relationship

    Hello, I want to know how I can to download sold-to-party and ship-to-party through Middleware form R/3 to CRM and kept the relationships just as be defined in R/3 When I downloaded a sold-to-party or a ship-to-party to CRM, they created in CRM as BP