Creating catalogues automatically using image metadata

Hi,
I've been looking all over for this and I have found various bits and pieces of information, but nothing comprehensive enough for a beginner. Perhaps I am researching it wrong... Could you please point me to a complete and easy to understand source, or give me some tips and details regarding the process? I asked around on the Indesign forum too and I was told it would be a good idea to inquire in this forum too.
I don't know if this makes a difference, but basically I'd like to be able to select a folder(s) full of images and place those images in a pre-made document automatically and group them by the category they are in (which it will also list automatically), while also displaying any other relevant metadata info in various fileds (when applicable). How would I go about doing this?
Thank you in advance.

Hi,
Thanks for answering.
I would like to generate PDFs. It think it would be the ideal format.
Are any other options easier?

Similar Messages

  • Using Image Metadata On Book Page - Can't Make It Work!

    I've created a book of images. I've added a metadata box on the page template (the metadata desired is the version name of the image), and what I want to happen is to have the Version Name automatically printed -- for the image used on that page -- on each page of the printed book (it would be different for each page). Now, I note that when I click on that box on the page, the metadata listing is blank, and there is no way to fill in the version name.
    I cannot use the solution that appends the version name to the image itself.
    Help! Is my desired solution possible?
    Thanks for your help! M.

    I've created a book of images. I've added a metadata box on the page template (the metadata desired is the version name of the image), and what I want to happen is to have the Version Name automatically printed -- for the image used on that page -- on each page of the printed book (it would be different for each page). Now, I note that when I click on that box on the page, the metadata listing is blank, and there is no way to fill in the version name.
    I cannot use the solution that appends the version name to the image itself.
    Help! Is my desired solution possible?
    Thanks for your help! M.

  • Can I create slides automatically using a master slide with text placeholders if I have a database of the content?

    I'm using Keynote, and I have a presentation that is over 100 slides all identical to the master slide. There are several placeholder text elements, and I have a database of all the text elements.
    Is there any way to do a "merge" to create the slides automatically using the master slide template?

    Sure, you can build in and out as many text boxes as you like -- just add a new text box, put in the text, and set the build for it. Do be aware, however, that the timing you get will not be very precise.
    If you specifically want to present song lyrics synched to audio, you might find that there are better alternatives than Keynote. Brian Peat, who contributes here regularly, has a comprehensive list of song presentation software. This list may have a better option for you.

  • Creating interactive buttons using images

    Background: I am trying to teach myself Java at home, since I lack the funds to take even a "community college" course. I understand a lot of the basics and can write various methods which work nicely, but I am stumbling a bit on understanding how to "scale" these basics into a full fledged "working" application.
    Project: I picked a project for myself that would be fun and hold my interest, but also cover as many different aspects of Java programming as possible... I am "reverse engineering" an "online casino". Well, not the WHOLE casino. Just the BlackJack game to start.
    Status: I managed to get my hands on just about all the graphics that the original developers use to create the application, which is great, since I want to learn about programming in Java and NOT about how to create a "poker chip" in Photoshop. I have been able to create the "Blackjack Table" and layer images of "chips", "cards", etc. on to the table, using the "jframe()" object and "paint()" method. So far, so good.
    Current Activity: The next specific activity I would like to try is to create "buttons" out of the chips. Each chip has 4 "states"... inactive (not selectable), normal (selectable), highlighted (selected), and raised (hover over).
    Challenge: I lack the "vocabulary" surrounding what it is I want to accomplish to be able to "Google" the information I need. What is making the search more difficult is all of the "JavaScript" code examples that appear when I only really want "Java".
    What I think I need: If I can get a handle on some vocabulary, then I may be able to get some productive searches working. I don't want someone to write it for me, that would defeat the purpose. That being said, I do learn well by reviewing specific examples of code that implement what I am trying to do. If there are any "tutorials", "videos", or PDFs that address this at an elementary level, that would be nice as well.
    Thanks,
    Tahoe Sands
    PS Just in case you are interested, here are all four images of each of the $1 chips...
    [http://yfrog.com/e3chip100pp]
    [http://yfrog.com/e3chip100np]
    [http://yfrog.com/e3chip100hp]
    [http://yfrog.com/e3chip100dp]
    Edited by: 804488 on Oct 22, 2010 11:52 AM

    804488 wrote:
    The next specific activity I would like to try is to create "buttons" out of the chips.Read the API for <tt>JButton</tt> and follow the link to the tutorial on How to Use Buttons.
    Each chip has 4 "states"... inactive (not selectable), normal (selectable), highlighted (selected), and raised (hover over).Enabled, disabled, selected and rollover.
    What is making the search more difficult is all of the "JavaScript" code examples that appear when I only really want "Java".Include <tt>-javascrips</tt> in your search
    If there are any "tutorials", "videos", or PDFs that address this at an elementary level, that would be nice as well.See above
    And if and when you have any specific problem with your Swing GUI, make sure to post your question in the Swing forum.
    db

  • Procedure to create new table using existing metadata

    Hi All,
    THis is what I want to achieve,
    I want to create procedure which will take a input parameter as name of a table lets say 'EMP',
    and this procedure will check whether that table exist or not?
    if exist then
    it will create a new table with name appending _dummy to existing table name (ex: new table will be EMP_DUMMY) ,
    and new table should have the same table structure ,index and constraint imposed on EMP table.
    NB: It should not be created using as select like create table EMP_DUMMY as select * from EMP where condition=false;
    Can any one please help me how to achieve this?

    Hi,
    you can use the DBMS_METADATA package
    declare
    cddl clob;
    ctable  varchar2(80):='EMP';
    cowner  varchar2(80):='HR';
    begin
    cddl:=dbms_metadata.get_ddl ('TABLE',ctable,cowner);
    cddl:=replace(cddl, 'CREATE TABLE "'||cowner||'"."'||ctable||'"','CREATE TABLE "'||cowner||'"."'||ctable||'_DUMMY"');
    dbms_output.put_line(substr(cddl,1,1200));
    execute immediate dbms_lob.substr(cddl,least(dbms_lob.getlength(cddl),32000));
    cddl:=dbms_metadata.get_dependent_ddl ('INDEX',ctable,cowner);
    cddl:=replace(cddl,'ON "'||cowner||'"."'||ctable,'ON "'||cowner||'"."'||ctable||'_DUMMY');
    execute immediate dbms_lob.substr(cddl,least(dbms_lob.getlength(cddl),32000));
    end;but you'll need to adapt (ex: existing contraint name etc)

  • Creating that blur using my brush my entire image changes too and becomes blurry. Not only that but the area I painted also becomes over exposed. What can I do am I missing something here all I want is to blur a section and not change the rest of the area

    Creating that blur using my brush. When I paint the area, which highlights in red, I bring the clarity down to create more of that blur but what ends up happening is that my entire image changes too and becomes blurry. Not only that but the area I painted also becomes over exposed. What can I do am I missing something here all I want is to blur a section and not change the rest of the area I am painted by automatically becoming over exposed. Does anyone else have this problem that can help me?

    Quote
    Do you think I should try to find a cheap mobo to OC my current CPU?  How about trying to find one (mobo) used?  I fear that my only realistic choice will be to scrap the CPU and eventually buy a new mobo and CPU, but as the CPU was only released just under two years ago I would value being over to overclock it with a cheap enough mobo to last me another year or so.
    Who knows what additional problems may be run into by switching mainboards & such. The OS would have to be reinstalled fresh, etc. Money wise, it wouldn't make a lot of sense to invest more into a system that is rather outdated. The small performance gain making the switch to another board using the CPU you have, just doesn't really make much sense, especially if what you have now is completing the tasks asked of it. Save up some money, set it aside for a future build. There are plenty of new platforms in the works.

  • Creating a Windows 7 Image using AIK

    Hey All
    I am currently in a process of trying to create an image in my company that I can deploy on identical machines (Toshiba R830).  I have currently re-installed one laptop from manufacturer’s partition, but I would like to now create an identical image
    (WIM file) that I can deploy easily to other identical laptops in case user’s get a virus or whatever the case may be.
    In short I wanted to find out if it’s possible to copy all the partitions that the manufacturer has created on the machine into an image, since I do not want to deviate from manufacturer’s process and still want to have their particular set-up replicated
     when I re-image machines.
    I have tried to go through the re-imaging process but there is so many tools, ways and things to do before you can create an image that I am just lost in the sea of information provided.
    I just want to have an image on the network identical to the current set-up on the host laptop.  I have downloaded AIK for windows 7 and have tried to create bootable USB stick without much success.
    My current set-up is:
    Windows 7 Professional x64: (Running off the manufacturers Microsoft Windows activation key) According to Microsoft you cannot run an 'answer file' on a single OS license, you need to have a corporate license agreement in place with Microsoft.
    I do not have access to Windows OS media as my image was restored from a manufacturer's rescue partition (Out of box Experience) and then I modified the set-up via SysPrep 'System Audit' mode to how I want an image to look like.  According to Microsoft
    you are required to have either an ISO or an OS disk to use an 'answer file' for automated deployment.
    There are 3 partitions on the machine and I would like to take all 3 of them to the new image (not sure if this is possible).  
    Furthermore, do I have to set-up every new laptop HD partitions to conform with exact layout partition parameters as an initial image file using the WinPE media (as suggested by Microsoft) or is there an easier way of doing this, short of creating 'answer
    file' which  I cant't do due to above reasons? 
    I am struggling with creating windows PE bootable USB stick, any help on this would be much appreciated.
    How can I create unattended installation without use of windows 7 media, corporate license key, etc.  As this will be getting deployed to many users I need this to be unattended.
    The tutorials I watched on-line seem to be awfully complicated for creating and deploying simple image that is supposed to save you time not be longer than installing from Windows OS disk.
    Any help would be appreciated.
    Regards
    Slav 

    Hey Arnav,
    Thank you for your prompt response.  Yes, I did go through this but specified method requires a DVD media for Windows 7 (Which we are not using, we are using a manufacturer's restore partition), and an answer file does not automate without Windows corporate
    license key according to Microsoft (which we dont have, we are using the manufacturer's keys assigned per device basis).  
    Additionally, we have 3 partitions on the host image machine (put there by Manufacturer) which we would like to translate to our final image, and there doesn't appear to be any instructions on how to package these partitions into a WIM file for future image
    deployments.
    Many thanks,
    Regards
    Slav

  • How to create server 2012 R2 image to be used as template for cloud?

    Hi,
    I need help to create windows server 2012R2 image that can be used as template for AWS or Azure or any other cloud provider.
    VM created from that template must
    1) be syspreped
    2) answer all setup questions
    3) must change computer name to unique name
    4) must automatically join VM to on-premise domain.
    I need Microsoft supported way to do that. Does creating unattended answer file will help? But, I don't want to provide domain joining credentials in plain text. Where should I keep that answer file so that it can be used during setup process.
    Is there any other ways to achieve that.
    Thank you.

    Hi ninenince,
    You can refer the following KB to hide the sensitive data in answer file, this is more about the MDT issue there have a specific forum to support the MDT question, more further
    about the MDT question please post to the MDT support forum.
    MDT support 
    forum:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=mdt
    The related KB:
    Hide Sensitive Data in an Answer File
    https://technet.microsoft.com/en-us/library/cc722019%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    How To encrypt a password in unattendend.xml
    https://social.technet.microsoft.com/Forums/windows/en-US/5e6a97b5-186c-40dd-a165-2cc3e7eb2682/how-to-encrypt-a-password-in-unattendendxml
    Additional, we can use a low permission account for the domain join action.
    The related third party article:
    Minimum Permissions Required for Account to Join Workstations to the Domain During Deployment
    https://jonconwayuk.wordpress.com/2011/10/20/minimum-permissions-required-for-account-to-join-workstations-to-the-domain-during-deployment/
    I’m glad to be of help to you!
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these
    sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use
    of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. ***
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Create a new Buffered Image using Raster and ColorModel

    Sorry , I crosspost this message,because no one reply.
    Recently,I write a programme combining C++ and Java .
    The C++ part create a array containing image data in form of BI_RGB and biBitCount==32.
    The java part create a image using Raster and ColorModel like this:
       static int[] data ;
       DataBuffer db = new DataBufferInt(data, data.length);
       WritableRaster wr =Raster.createPackedRaster(db, 1024,768, 32, null);
       ColorModel cm = new DirectColorModel(32,0xff0000,0x00ff00,0x0000ff);
       img = new BufferedImage(cm, wr, false, null);But it doesn't work .
    it report this:
    Exception in thread "main" java.lang.IllegalArgumentException: Raster sun.awt.im
    age.SunWritableRaster@dff3a2 is incompatible with ColorModel DirectColorModel: r
    mask=ff0000 gmask=ff00 bmask=ff amask=0
    at java.awt.image.BufferedImage.<init>(BufferedImage.java:549)
    at monitor.test.Perform2.main(Perform2.java:39)

    hey epico
    compiles & runs 4 me
    see javadocs for SinglePixelPackedSampleModel
    import java.awt.image.*;
    public class Tester {
    DataBuffer db;
    WritableRaster wr;
    ColorModel cm;
    BufferedImage im;
    int[] data;
    int[] masks;
    int w = 768;
    int h = 576;
      public Tester() {
        data = new int[768*576];
        for (int i = 0;i < w*h ;i++ ) {
          data[i] = 0;
        masks = new int[3];
        masks[0] = 0xff0000;
        masks[1] = 0x00ff00;
        masks[2] = 0x0000ff;
        db = new DataBufferInt(data,data.length);
        SinglePixelPackedSampleModel sm = new SinglePixelPackedSampleModel(DataBuffer.TYPE_INT,w,h,masks);
        cm = new DirectColorModel(32,0xff0000,0x00ff00,0x0000ff);
        wr = Raster.createWritableRaster(sm,db,null);
        im = new BufferedImage(cm,wr,false,null);
      public static void main(String[] args) {
        Tester tester1 = new Tester();
    }

  • Use images XMP Metadata as Alternative Text

    I would like to use the information in the images metadata, specifically the Description field and use it as the Alternate Text for the images within a PDF.
    Is there a way to do this? Can it be done with a plug-in?
    Thanks!
    Mike

    Actually, there is already a place in PDF for "AltText" - it's called (believe it or not) AltText, and it's part of the structure/tagging present in PDF since 1.4 used for accessibility.
    Leonard

  • Create TO automatic by using wave pick for outbound delivery NLC (STPO)

    Dear all,
    In Cross company code process, we have to create TO automatic by using wave pick for outbound delivery NLC (delivery type NLCC). Time data in outbound delivery NLC have been fulfilled, but there is no TO created, what is wrong in this? pls help.
    Thanks

    Hi Kishor,
    Is there any requirement of TO when ECC system is Interfaced to EWM.
    As per my understanding we have terminology WT & WO in EWM.
    Regards,
    Rock

  • Create animated GIF using imageio

    How do you create an animated GIF using the J2SE's javax.imageio classes?
    I have been browsing these 3 threads (one of which I participated in) to try and develop an SSCCE of creating an animated GIF.
    [Writing out animated gifs with ImageIO?|http://forums.sun.com/thread.jspa?threadID=5204877]
    [Wirting image metadata to control animated gif delays |http://forums.java.net/jive/thread.jspa?messageID=214284&]
    [Help with GIF writer in imageio|http://www.javakb.com/Uwe/Forum.aspx/java-programmer/32892/Help-with-GIF-writer-in-imageio]
    (pity I did not prompt the OP on that last one, to supply an SSCCE.)
    Unfortunately, my efforts so far have been dismal. Either, without the IIOMetadata object, the GIF has frames with no delay, and it cycles just once, or with the IIOMetadata object I get an error.
    IIOInvalidTreeException: Unknown child of root node!Can anyone point me in the right direction?
    import java.awt.*;
    import java.awt.image.*;
    import javax.swing.*;
    import java.io.*;
    import java.net.URL;
    import java.util.Iterator;
    import javax.imageio.*;
    import javax.imageio.metadata.*;
    import javax.imageio.stream.*;
    import org.w3c.dom.Node;
    class WriteAnimatedGif {
      /** Adapted from code via Brian Burkhalter on
      http://forums.java.net/jive/thread.jspa?messageID=214284& */
      public static Node getRootNode(String delayTime) {
        IIOMetadataNode root =
          new IIOMetadataNode("javax_imageio_gif_stream_1.0");
        IIOMetadataNode gce =
          new IIOMetadataNode("GraphicControlExtension");
        gce.setAttribute("disposalMethod", "none");
        gce.setAttribute("userInputFlag", "FALSE");
        gce.setAttribute("transparentColorFlag", "FALSE");
        gce.setAttribute("delayTime", delayTime);
        gce.setAttribute("transparentColorIndex", "255");
        root.appendChild(gce);
        IIOMetadataNode aes =
          new IIOMetadataNode("ApplicationExtensions");
        IIOMetadataNode ae =
          new IIOMetadataNode("ApplicationExtension");
        ae.setAttribute("applicationID", "NETSCAPE");
        ae.setAttribute("authenticationCode", "2.0");
        byte[] uo = new byte[] {
          (byte)0x21, (byte)0xff, (byte)0x0b,
          (byte)'N', (byte)'E', (byte)'T', (byte)'S',
          (byte)'C', (byte)'A', (byte)'P', (byte)'E',
          (byte)'2', (byte)'.', (byte)'0',
          (byte)0x03, (byte)0x01, (byte)0x00, (byte)0x00,
          (byte)0x00
        ae.setUserObject(uo);
        aes.appendChild(ae);
        root.appendChild(aes);
        return root;
      /** Adapted from code via GeogffTitmus on
      http://forums.sun.com/thread.jspa?messageID=9988198 */
      public static File saveAnimate(
        BufferedImage[] frames,
        String name,
        String delayTime) throws Exception {
        File file = null;
        file = new File(name+".gif");
        Node root = getRootNode(delayTime);
        ImageWriter iw = ImageIO.getImageWritersByFormatName("gif").next();
        ImageOutputStream ios = ImageIO.createImageOutputStream(file);
        iw.setOutput(ios);
        //IIOImage ii = new IIOImage(frames[0], null, null);
        //IIOMetadata im = iw.getDefaultStreamMetadata(null);
        //IIOMetadata im = new AnimatedIIOMetadata();
        //im.setFromTree("gif", root);
        iw.prepareWriteSequence(null);
        for (int i = 0; i < frames.length; i++) {
          BufferedImage src = frames;
    ImageWriteParam iwp = iw.getDefaultWriteParam();
    IIOMetadata metadata = iw.getDefaultStreamMetadata(iwp);
    System.out.println( "IIOMetadata: " + metadata );
    //metadata.mergeTree(metadata.getNativeMetadataFormatName(), root);
    metadata.setFromTree(metadata.getNativeMetadataFormatName(), root);
    //Node root = metadata.getAsTree("javax_imageio_gif_image_1.0");
    IIOImage ii = new IIOImage(src, null, metadata);
    iw.writeToSequence( ii, (ImageWriteParam)null);
    iw.endWriteSequence();
    ios.close();
    return file;
    public static void main(String[] args) throws Exception {
    // uncomment the other two if you like, but we can
    // see it work or fail with just the first and last.
    String[] names = {
    "bronze",
    //"silver",
    //"gold",
    "platinum"
    String pre = "http://forums.sun.com/im/";
    String suff = "-star.gif";
    BufferedImage[] frames = new BufferedImage[names.length];
    for (int ii=0; ii<names.length; ii++) {
    URL url = new URL(pre + names[ii] + suff);
    System.out.println(url);
    frames[ii] = ImageIO.read(url);
    File f = saveAnimate(frames, "animatedstars", "500");
    JOptionPane.showMessageDialog( null, new ImageIcon(f.toURI().toURL()) );
    Desktop.getDesktop().open(f);
    ImageInputStream iis = ImageIO.createImageInputStream(f);
    //System.out.println("ImageReader: " + ir1);
    //System.out.println("IIOMetadata: " + ir1.getStreamMetadata());
    Iterator itReaders = ImageIO.getImageReaders(iis);
    while (itReaders.hasNext() ) {
    ImageReader ir = (ImageReader)itReaders.next();
    System.out.println("ImageReader: " + ir);
    System.out.println("IIOMetadata: " + ir.getStreamMetadata());

    According to imagio's [gif metadata specification|http://java.sun.com/javase/6/docs/api/javax/imageio/metadata/doc-files/gif_metadata.html], the metadata you are specifying is image-specific metadata. The stream metadata is global metadata applicable to all the images.
    So change this,
    IIOMetadataNode root =
        new IIOMetadataNode("javax_imageio_gif_stream_1.0");to this,
    IIOMetadataNode root =
        new IIOMetadataNode("javax_imageio_gif_image_1.0");and this,
    IIOMetadata metadata = iw.getDefaultStreamMetadata(iwp);
    System.out.println( "IIOMetadata: " + metadata );
    //metadata.mergeTree(metadata.getNativeMetadataFormatName(), root);
    metadata.setFromTree(metadata.getNativeMetadataFormatName(), root);
    //Node root = metadata.getAsTree("javax_imageio_gif_image_1.0");to this,
    IIOMetadata metadata = iw.getDefaultImageMetadata(
            new ImageTypeSpecifier(src),null);
    System.out.println("IIOMetadata: " + metadata);
    metadata.mergeTree(metadata.getNativeMetadataFormatName(), root);Here is your program again, but with the above changes.
    import java.awt.*;
    import java.awt.image.*;
    import javax.swing.*;
    import java.io.*;
    import java.net.URL;
    import java.util.Iterator;
    import javax.imageio.*;
    import javax.imageio.metadata.*;
    import javax.imageio.stream.*;
    import org.w3c.dom.Node;
    class WriteAnimatedGif {
        /** Adapted from code via Brian Burkhalter on
        http://forums.java.net/jive/thread.jspa?messageID=214284& */
        public static Node getRootNode(String delayTime) {
            IIOMetadataNode root =
                    new IIOMetadataNode("javax_imageio_gif_image_1.0");
            IIOMetadataNode gce =
                    new IIOMetadataNode("GraphicControlExtension");
            gce.setAttribute("disposalMethod", "none");
            gce.setAttribute("userInputFlag", "FALSE");
            gce.setAttribute("transparentColorFlag", "FALSE");
            gce.setAttribute("delayTime", delayTime);
            gce.setAttribute("transparentColorIndex", "255");
            root.appendChild(gce);
            IIOMetadataNode aes =
                    new IIOMetadataNode("ApplicationExtensions");
            IIOMetadataNode ae =
                    new IIOMetadataNode("ApplicationExtension");
            ae.setAttribute("applicationID", "NETSCAPE");
            ae.setAttribute("authenticationCode", "2.0");
            byte[] uo = new byte[]{
                (byte) 0x21, (byte) 0xff, (byte) 0x0b,
                (byte) 'N', (byte) 'E', (byte) 'T', (byte) 'S',
                (byte) 'C', (byte) 'A', (byte) 'P', (byte) 'E',
                (byte) '2', (byte) '.', (byte) '0',
                (byte) 0x03, (byte) 0x01, (byte) 0x00, (byte) 0x00,
                (byte) 0x00
            ae.setUserObject(uo);
            aes.appendChild(ae);
            root.appendChild(aes);
            return root;
        /** Adapted from code via GeogffTitmus on
        http://forums.sun.com/thread.jspa?messageID=9988198 */
        public static File saveAnimate(
                BufferedImage[] frames,
                String name,
                String delayTime) throws Exception {
            File file = null;
            file = new File(name + ".gif");
            Node root = getRootNode(delayTime);
            ImageWriter iw = ImageIO.getImageWritersByFormatName("gif").next();
            ImageOutputStream ios = ImageIO.createImageOutputStream(file);
            iw.setOutput(ios);
            //IIOImage ii = new IIOImage(frames[0], null, null);
            //IIOMetadata im = iw.getDefaultStreamMetadata(null);
            //IIOMetadata im = new AnimatedIIOMetadata();
            //im.setFromTree("gif", root);
            iw.prepareWriteSequence(null);
            for (int i = 0; i < frames.length; i++) {
                BufferedImage src = frames;
    ImageWriteParam iwp = iw.getDefaultWriteParam();
    IIOMetadata metadata = iw.getDefaultImageMetadata(
    new ImageTypeSpecifier(src), null);
    System.out.println("IIOMetadata: " + metadata);
    metadata.mergeTree(metadata.getNativeMetadataFormatName(), root);
    IIOImage ii = new IIOImage(src, null, metadata);
    iw.writeToSequence(ii, (ImageWriteParam) null);
    iw.endWriteSequence();
    ios.close();
    return file;
    public static void main(String[] args) throws Exception {
    // uncomment the other two if you like, but we can
    // see it work or fail with just the first and last.
    String[] names = {
    "bronze",
    //"silver",
    //"gold",
    "platinum"
    String pre = "http://forums.sun.com/im/";
    String suff = "-star.gif";
    BufferedImage[] frames = new BufferedImage[names.length];
    for (int ii = 0; ii < names.length; ii++) {
    URL url = new URL(pre + names[ii] + suff);
    System.out.println(url);
    frames[ii] = ImageIO.read(url);
    File f = saveAnimate(frames, "animatedstars", "500");
    JOptionPane.showMessageDialog(null, new ImageIcon(f.toURI().toURL()));
    Desktop.getDesktop().open(f);
    ImageInputStream iis = ImageIO.createImageInputStream(f);
    //System.out.println("ImageReader: " + ir1);
    //System.out.println("IIOMetadata: " + ir1.getStreamMetadata());
    Iterator itReaders = ImageIO.getImageReaders(iis);
    while (itReaders.hasNext()) {
    ImageReader ir = (ImageReader) itReaders.next();
    System.out.println("ImageReader: " + ir);
    System.out.println("IIOMetadata: " + ir.getStreamMetadata());

  • Why is elements better at photomerge than CC- CC does not appear to automatically fill image based on content but elements does when merging a panorama. Also the stitching is visable in CC but almost perfect in elements- why?

    I took 6 panorama shots of a scene and used CC to Photomerge them as one. Couldn't see where to automatic blend the edges and there was 'stitch' lines when the images were merged. So i did the same in Elements 11 and it was perfect. Am i doing something wrong in CC or perhaps not doing something at all?
    Any help, please?
    Dave

    Hi - Thanks for taking the time to reply and i appreciate the remarks- if a little harsh- we all have to start somewhere and i am fully aware of the limitations of Elements which is why i decided to add CC to my software. I can only say that if an inferior quality software from Adobe does the job well then CC must also be suited to doing the same which is why i can only think, from your comments, that i have not done something simple- however- following tutorials to get to the end result should have sufficed- it didn't so perhaps i will consider posting the difference between the two applications- and, perhaps suffer a few more 'harsh' comments. The learning curve is quite steep and i am a visual learner, but i'm also not totally incompetent:)
    Kind Regards
    Dave Munn
    Original message----
    From : [email protected]
    Date : 02/02/2015 - 06:45 (GMTST)
    To : [email protected]
    Subject :  why is elements better at photomerge than CC- CC does not appear to automatically fill image based on content but elements does when merging a panorama. Also the stitching is visable in CC but almost perfect in elements- why?
        why is elements better at photomerge than CC- CC does not appear to automatically fill image based on content but elements does when merging a panorama. Also the stitching is visable in CC but almost perfect in elements- why?
        created by station_two in Photoshop General Discussion - View the full discussion
    First a clarification: you are not addressing Adobe here in these user forums.  You are requesting help from volunteers users just like you who give their time free of charge. No one has any obligation to answer your questions.
    I'll give it my best shot anyway.
    Few folks in this forum are really familiar with Elements, for which there's a dedicated, totally separate forum.
    Different engineering teams, also.
    From this perspective, it will be difficult to give you a direct answer to your "why?" question.
    Personally, I blend very large panorama shots in Photoshop proper since I can't even remember when without any issues whatsoever, up to and including in Photoshop CS6 13.0.6.
    Without being at your computer and without looking at your images, I couldn't even begin to speculate what you are doing wrong in Photoshop, which I suspect you are.  The least you could show is post examples from your panoramas that have gone wrong.
    I can tell you that panorama stitching requires significant overlap between the individual shots, besides common-sdense techniques like a very solid tripod and precision heads.
    The only version of Elements I have ever used for any significant time was Elements 6 for Windows, which I bought in 2008 to use on a PC (I've been an avid Mac user for 30 years).  I found Elements so limited and so bad that I successfully demanded a refund from Adobe.  IU mention this only to emphasize that I can truly only address your question from a Photoshop (proper) and Mac user point of view.  I couldn't care less about Elements, but if you have comparison examples of panoramas processed in both applications, by all means post those two.
    Generally speaking Photoshop is a professional level application that makes no apologies for its very long and steep learning curve, while Photoshop has many hand-holding features for amateurs and beginners.
    Perhaps the bottom line is that you should stick with Elements if you personally manage to get better results there.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7152397#7152397 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7152397#7152397
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Photoshop General Discussion by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Using Adobe Premier Elements to create a video using the photos and it is make the photos blurry. Is there a setting to correct this?

    as the subject states, i am suing Premier Elements pro to create a video using photos. The photos are clear then when you play the video they become blurry. I would guess there would be a way to correct this but not having much success. any helps would be great.

    Iltowman
    Thanks for the follow up. Right now I see details that do need addressing. For one, you are importing 3:2 photos into a project set for 16:9.
    You still have not told us what version of Premiere Elements that you are using and on what computer operating system it is running. For now I will assume, Premiere Elements 13/13.1 on Windows 7, 8, or 8.1 64 bit. NTSC setup.
    Please try the following as a mini test run (just a few of your photos) to determine if the Timeline photos present better in the Edit area and in an export.
    1. Open Premiere Elements 13/13.1 to the Expert workspace and go to File Menu/New/Project and Change Settings.
    2. In Change Settings, change the settings to
    NTSC
    DSLR
    1080p
    DSLR [email protected]
    OK out of there.
    3. In the New Project Dialog that now opens, rename the project and make sure that you have a check mark next to Force Selected Project Setting on This Project. OK out of there.
    4. Back in the Export workspace, import your photos using Premiere Elements' Add Media/Files and Folders/Projects Assets from where you drag the photos to the Timeline. There will be an orange line over the Timeline content. Press the Enter key of the computer main keyboard. or the Render button above the Timeline to do Timeline rendering which will result in the best possible preview in the Edit area monitor.
    Also, right click the Edit area monitor, select Playback Quality, and then determine if the "Highest" gives better results than "Automatic".
    If all looks good, then let us look at the quality of a AVCHD.mp4 export of that Timeline....
    Publish+Share
    Computer
    AVCHD
    with Presets = MP4 - H.264 1920 x 1080p30.
    Is the quality of the photos in this mini test run better, the same, or worse?
    About your photos (3872 x 2592 3:2)...video is 4:3 or 16:9. So to avoid black borders, you could consider
    a. cropping the originals from 3:2 to 16:9 before import
    or
    b. importing them as is and doing any needed scaling in the Edit area monitor
    But, right now the focus is on image clarity rather than black borders.
    Please review and consider.
    Thank you.
    ATR

  • Use image instead of submitbutton

    Hello,
    I try to use an image instead of the <submitButton> Tag supported by UIX. I have a form with BC4J Table and tableSelection in it. Now I want to submit this form instead of the update or delete Buttons generated by JDeveloper with an image.
    The selected key does not come with.
    <form name="viewForm" method="POST" >
    <contents>
    <tableLayout>
    <contents> <bc4j:viewObjectScope name="UserView1" >
    <contents>
    <bc4j:table name="viewTable" width="800" alternateText="No rows found">
    <tableSelection>
    <singleSelection selectedIndex="0">
    <contents>
    <text text="    "/>
    <ui:image source="images/adddocumenttolist_enabled.gif" ctrl:event="create" shortDesc="add" /> <ui:image source="images/edit_big.gif" destination="#" onClick="submitForm('viewForm',1,{'event':'update'});return false" shortDesc="Bearbeiten" />
    <ui:image source="images/delete_L.gif?key=" ctrl:event="delete" shortDesc="Loeschen"/>
    </contents>
    </singleSelection>
    </tableSelection>
    <bc4j:keyStamp>
    <bc4j:rowKey name="key" />
    </bc4j:keyStamp>
    <contents>
    Replace one of the Image-Tags with <submitButton ctrl:event="..." text="..."/> works???
    Regards Christian

    Hello,
    I tried adding
    <formValue name="event"/> and that worked for me. This adds this html:
    <input type="hidden" name="event">
    The submit button does this for you automatically.
    Jeanne

Maybe you are looking for

  • OBIEE 11g, Essbase 11.1.2 || Using UDA in OBIEE

    Hi, I am trying to create a report with some UDA which have been imported in OBIEE. The way that I do the report is an easy report to test the UDA. Drag the generation of my dimension where I have UDAs, in filter I drag one of the 2 UDA that I have a

  • Sign in screen won't allow me into PS cs6

    On my trial Ps cs6, the sign in screen when i try to open it up won't connect to the internet and allow me to open the program. Offline activation fails to work as well! is it me?

  • JMS Delievery Problem

    Hi, After having deployed SP7 we have problems with the delievery of JMS Messages in a scenario that uses the Sync/Async Bridge with Adapter Modules.Our receiver ist xy, that offers an Request/Reply Service with Queues, our Sender is a synchronous We

  • How to put conditions like minoccurs=1 in EJb generated webservice(WSDL)

    i created a Webservice from EJB,But where i will put conditions like minoccurs=1,... this is my function @WebMethod(operationName = "addEntry") public Reply addEntry(@WebParam(name = "username") String username, @WebParam(name = "password") String pa

  • How to detect ipaddresses of other systems in a given network Interface ??

    Guys ... I know only the Network Interface and I want to know the IPAddresses that have been assigned to the other systems on that Network Interface .. I m making an application on packet sniffing.. I want to show the list of hosts on a given Network