Interactive Image PDF: grainy pixel, labels off

I have been wrestling to understand how to create an interactive image. I added the Interactive Image widget, then I dropped a nice scalable (small) vector PDF as image. I got some views, but it doesn't work very well. E.g. the labels end up at large distance of the image, even if I drop them closer, the nice scalable PDF looks grainy on the iPad, it seems it has been rendered to pixels in a low resolution. Put the explanation text on the side ad it overlaps my image so parts of it become blocked. It all does not work intuitively for me.
That insect body plan interactive image in the E.O. Wilson book, how was that done? Is that advanced HTML5 hacking?
And is everything rendered to pixels? Or are scalable vector images a possibility?

It can be done by creating buttons and using Show/Hide Fields. Do a Google search on "InDesign show hide fields tutorial".

Similar Messages

  • How can I change the color of interactive image label box background.

    Interactive image labels are a bit overwhelming in appearance. Can I change the label background color or make it partially transparent? I have tried several things and looked this up on Lynda.com training but no info.

    don't know how much this might help but you can change some colors using the Inspector as follows:
    from the text menu you can control paragraph and character colors, from the text menu you can control the text color.
    hope this helps...

  • Changing color of Interactive Image label?

    i'm pretty clear on how to alter the title, caption, border of an Interactive Image, but i'm wondering if there is a way to change the color, orientation and appearance (other than font) for the associated labels? any help would be great. thanks!

    fabe: i totally get that -- and you're right -- a good designer would understand that the labels shouldn't upstage the graphic to which they refer. to that end, i think that effect would be enhanced if you looked at the default screen and simply saw (unboxed) labels, and then when you clicked opn the text, you'd zoom in and the text might even get a little transparent so the graphic is even more accentuated. i also think it would be cool if you could control the default view of the label (change it's colors, characteristics, transparency, etc) and then when setting its zoomed-in view, you'd also be able to change the label's colors, characteristics, transparency, etc, as well. honestly, i'm sort of relieved to know this isn't possible in ibooks author 1.0 (maybe in 2.0?) because i looked and looked AND looked. btw, the app is INCREBIBLY intuitive -- pretty **** remarkable, in fact. you have done an amazing job, so thanks so much! bob (ps: so glad i waited for a great wysiwyg ibook tool -- and that apple released it. i plan in converting a number of my out-of-print books -- and will be using ibooks author!) http://www.bobstaake.com/page5.shtml)

  • IBook author interactive image label: graphic control is locked?

    The interactive image lets you adjust the frame and background, but not the labels nor end the point styles! The ability is there but it is locked! Here's a screen shot showing the 'greyed out' control options. Is there a trick to enable the capability? Or is it on the debug list for the next update? 

    Hello Vita,
    When I was last working with this widget and came across the same issue.
    The only way to try and control it was by adding in character returns to change the height and to stretch the box out by the handles at the left and right of the box itself. But yes it would be great to have more control over the the parameters.
    Regards,
    Nigel

  • Labels with interactive image on ibook author

    Is there a way for the labels on the interactive image to hide, until the object it is associated with is touched?

    If you intend to build a book for use on iPad you are obligated to use the iOS compatible fonts from the toolbar font menu pulldown, not the main font menu.
    -=-
    -=--=-
    Did you have something else in mind?

  • Grainy, pixelated RAW images after import

    Help!??? I am having trouble with PS CS-6 displaying/ producing/ saving grainy pictures when import NEF files!!!
    When I import all NEF or RAW files into CS6 from Bridge and Camera Raw from the Nikon D200 and D5000, they become grainy/ pixelated.  However, RAW files from the D800 did not have problem. I set the Color Space in my Nikons to AdobeRGB, in PS Camera Raw 8.5 to AdobeRGB, in PS CS-6 ColorSpace to AdobeRGB, and Save As Jpeg with Max quality (12). When comparing between CS-6 produced file and the original, I can see a big drop in quality and the picture become grainy and pixelated. What can I do to make this right? Any help/ suggestion is appreciated.
    Thank you!
    HN

    Can you show us a screen-shot of the raw in Camera Raw that shows this noise, or if you only see it in the saved JPG, then show us a side-by-side of the raw in Camera Raw and the JPG?  Show the same area of the photo and zoom to 100%.
    It is normal for raw photos to have grain but you can mostly remove it with the Luminance Noise-Reduction sliders in the Detail tab of Camera Raw.
    The amount of grain depends on the ISO sensitivity setting on the camera.

  • ImageIcons in a JLabel get their top-most row of pixels cut off

    Hello. I've added a "Loading..." screen to my application that basically consists of a JWindow with a background image. However, I've noticed something odd when adding an ImageIcon to a JLabel. It seems that any image I add gets its top row of pixels cut off. The small program below illustrates this.
    import javax.swing.*;
    import java.awt.*;
    public class JLabelTest {
       static final String WINDOW_IMAGE = "my_image.jpg";
        * Create and display the loading screen
       private static void displayLoadingScreen()
          SwingUtilities.invokeLater(new Runnable() {
             public void run() {
                JWindow winLoadingScreen = new JWindow();
                ImageIcon loadingImg = new ImageIcon(WINDOW_IMAGE);
                JLabel lblImage = new JLabel(loadingImg);
                winLoadingScreen.getContentPane().add(lblImage);
                winLoadingScreen.pack();
                System.out.println("label dimensions:      " + lblImage.getSize().width + " x " + lblImage.getSize().height);
                System.out.println("image icon dimensions: " + loadingImg.getIconWidth() + " x " + loadingImg.getIconHeight());
                winLoadingScreen.setLocation(100, 100);
                winLoadingScreen.setVisible(true);
        * Entry point
        * @param args
       public static void main(String[] args)
          SwingUtilities.invokeLater(new Runnable() {
             public void run()
                displayLoadingScreen();
    }(Obviously, replace my_image.jpg with something else if you'd like to run the code on your own machine.)
    When I run the program with, say, an 800 x 600 resolution image, the output I get is:
    label dimensions:      800 x 599
    image icon dimensions: 800 x 600As you can see, the image gets "shortened" by one pixel when added to the JLabel. If you look at the image that is displayed, you can see that it's the top row that gets cut off. I've tried changing the layout of the JWindow that the JLabel is being added to, but that didn't change anything. I've tried using a number of different images in varying formats, and the same thing happens to all of them.
    Any ideas? Thanks in advance.

    Have you tried to set label's preferredSize manually?
    What happens when you add empty border t the label with some insets?
    regards,
    Stas

  • Help!  InDesign Digital Portolio PDF Blurry & Pixelated

    Hello,
    I am creating a digital portfolio of graphics (all 72dpi) to be viewed on screen (not printed), but when I explort a PDF and view at 100%, my images look blurry & pixelated.  It looks like it may be explorting the document as 300dpi, but I am using the 'digital publishing' setting and have all compression setting turned off.  I must be missing something really obvious, but I am scratching my head trying to figure this out.  Anyone have any suggestions? 
    I am basically just taking my portfolio from my website and putting each graphic on a page in a PDF to be viewed on screen.  Not intended for print.
    Thanks so much!

    I think your problem is with using the images from you web site. InDesign must be resampling the images especially if they are resized in InDesign. If you have the original images at a higher resoluion, use those in InDesign.

  • Change colors of interactive image controls

    Hello,
    I seem to be having a problem with the interactive image widget in iBooks author. In the software, and under the template I'm working with, i added some interactive image widgetsvwith always-on controls. Now the controls niceley integrate wth the template by adopting a light blue color.
    However, when i preview the book on my iPad, the controls are dispayed in black which is, in my opinion, much uglier thannblue for this specific template, do you know how this csn be changed ?
    Thank you

    I suspect this repsonse is somewhat mis-leading, the code has no effect on the control other than setting its state, although the route is somewhat tedious for the mod.
    I would imagine that the control is set up so that the pixels didn't move around when they are being used as controls.
    There are nested groups and locks on the controls, which might make the ordering in the cluster easier to manage.
    The following should work....... ;-) it did for me
    Open  your own new VI
    Open the main LCD VI
    Open the Browse VI Hierachy
    Drag and drop the LCD VI onto your own diagram
    Create a cluster from the LCD VI's connector
    Now ungroup the clusters and unlock them (this is tedious) if you create your own then you could be more imaginative in the structure, I leave that for homework.
    Then import a new bitmap (gif) into the control
    Now update the modified contol back into the master control
    ........ Told you it could be done, but I am not sure the pain was worth it.
    BUT
    Try the alternative control..... with colour settings as well, ANY colour and even some size control.
    It was here http://members.lycos.co.uk/sgctek/

  • Battling with Interactive Image

    Because I can't change the position of the explanatory text pane in the Interactive Image I got "creative" and fudged it to be more like how I want it. I set the background of the explanatory text to black (with the text itself white) - to the new "pane" is only ever as big as the explanatory text, rather than uniform across all interactive items. I then set the graphical style of the pane's background to "none" so it doesn't show up and overlap any of the image.
    When previewing on the iPad, however, the pane's background appears and greys out my entire image as the explanatory text appears. Not cool.
    Ideally it'd all just appear in the pop-up bubbles but in a rather silly design decision the width of the unselected bubble is the same as the width of the expanded bubble, making a slightly crowded interactive image totally unreadable.
    Does anyone have any tips on removing the background of the pane in the explanatory text properly?
    J

    1) Open Inspector (make sure the widget is the highlighted/active element).
    2) Click on the widget icon (top right brrwn box with cog in it).
    3) You can now choose "Layout" or "Interaction". You want "Layout".
    4) Check or uncheck the boxes for Title, Caption or Background until you get your desired appearance. You can change the position of the label in there too!

  • Interactive Images - Way to Block Full-Screen?

    The way I see it, Interactive Images are useful because they dont' require a large area of the screen to zoom in and see crisp graphics and descriptions. So when I set my images up, set the views for the "embedded sized" viewer, it all works great. But as soon as I attempted the "reverse pinch" to expand the widget on the iPad, the quality of the image goes way down. Is there a way to either: specificy different view settings per item in both embedded and expanded view, OR a way to shut off the full-screen version of the Interactive Image widget?

    Hmmm... IBA will scale down images if they exceed the resolution of the device, but will otherwise not compress them, as far as I know. I don't have a good suggestion for you, other than to somehow get higher resolution. One option might be to, instead of using an interactive image widget, to use a gallery. When taking your screenshots, size up the window as large as possible, take the screen shot, and crop to 1024 x 768 (or something near that size). Then show the full screenshot in one image in the gallery, and the close-up in another.
    Michi.

  • Differences between PDF (Interactive) and PDF (Print)

    What are the main differences between PDF (Interactive) and PDF (Print)?
    Now it seems to me that PDF (Interactive) is limited version of PDF (Print).
    Any links to read about this topic?
    Thank you in advance,
    Mykolas

    There's actually quite a few differences between (Interactive) and (Print).
    Here's a list of pointers written by Michael Ninness (previous product manager of InDesign and now working at Lynda.com) http://www.lynda.com/michaelninness
    I just got premission from him to post this (Thanks Michael!):
    Here is some info for you regarding what choices are being made under the hood when you choose File > Export > Adobe PDF (Interactive).
    Things that just happen or are included, with no choice in the dialog box:
    Hyperlinks, Bookmarks, Fast Web view, Compress Text and Line Art, Crop Image Data to Frames.
    Things that are not included, with no choice in the dialog box:
    Visible Guides/Grids, Hidden and Non-Printing Layers, Hidden and Non-Printing Objects, Marks & Bleeds, No Ink Manager or Simulate Overprint options.
    Things that you can choose:
    Security Settings, Embed Page Thumbnails, Create Tagged PDF, Create Acrobat Layers, Initial View, Initial Layout, Open in Full Screen Mode, Page Transitions, Image compression and resolution.
    Other:
    Fonts: Subset 100%
    Color Conversion: Destination
    Destination: sRGB
    Profile Inclusion Policy: Include Destination Profile
    Transparency Flattener: No Flattening
    And lastly, Compatibility is set to Acrobat 9 (PDF 1.7). This last point is important, and largely explains the main reason we split Interactive PDF out as a separate export choice from Print PDF. When you export an interactive PDF from CS5, included media is now written out to the Rich Media Annotation Layer, which means this content is played back via the embedded Flash Player within Acrobat Pro 9 or Adobe Reader 9 or higher. In previous versions, this content was written out to the Screen Annotation Layer, which meant this content was played back via QuickTime. This has been a long-standing headache for end users as playback across platforms was often inconsistent, would frequently break when Apple updated QuickTime, etc.
    Lastly, if you want to include rich media in your interactive PDFs (SWFs, audio and video), the only formats supported if you want to target Adobe PDF (Interactive) are MP3 for audio and FLV for video. Other file formats will need to be converted to these formats before you export to Interactive PDF. For video files, you’ll be able to convert to FLV with Adobe Media Encoder. For audio files, you can use any number for free audio conversion tools, including iTunes.
    Harbs

  • Interactive Image trouble

    I have trouble using an interactive image. I have a 2226x2087 image that I have dropped on an Interactive Image. My problem is that it seems to be positioned at a negative y value within the interactive image and so I cannot have a view show the upper part of the image. Am I missing something with respect to positioning the image inside the interactive image widget?

    The problem has been solved and here was my solution:
    TO PLACE AN IMAGE
    The process to add an image is to give instructions to the end user to copy and paste the image to their clipboard using a word processor or other image software and then select Tools/Comment & Markup/Stamps/Paste Clipboard Image as Stamp Tool. Next, click and drag on the PDF where the image should go. The image can be resized and moved around easily.
    IMAGES NOT PRINTING
    The solution for this was found on a different thread:
    In our case, we noticed that Standard 9 was saving documents so that when the print option was select the default option selected for Comments and Forms was, "Documents and Markups."
    Simply changing this setting to "Documents," as with all previous version of Adobe resolved our printing printing problems.
    Hope this is helpful for all of banging your head against the wall like we were.
    -Hunter
    Thanks, everyone!

  • Interactive image not working

    I insert the interactive widget. I bring in an image and create the labels. I Set View. I click on Show Interactive Tools. But when I go to the iPad it shows the images with the labels but the photo is out of focus, the labels are out of focus, and there are no Interactive Tools. Any ideas would be appreciated.

    I have this in the wrong forum and I think I may know the problem. It is now working fine since I removed 30 minutes worth of videos from my ibook. 

  • Interactive image without zoom

    I'd like to make an interactive image where you can click the labels without the image zooming or moving. I tried to do so by using the same zoom percentage for each label, but the image is still moving when you click. Any suggestions?

    Saw this too. Are you talking about movement when you first tap a label in the widget?  If so, the movement is probably occurring because of the difference between the zoom level/position associated with the Default view and the zoom levels/positions of the new views that you've added (especially if you edited the existing numbered views instead of replacing them).  I found a workaround which might help you. Here are some steps:
    1.  Insert an Interactive widget and drop your image into it. 
    2.  Show the Interaction panel of the Widget inspector (note that there are 3 views:  Default plus two views).
    3.  Delete all existing views (except Default) by clicking the '-' button under the Views list in the inspector.
    4.  Now, set the desired view (position and zoom) for the Default view (this step is optional).
    5.  Add more views by clicking the '+' button below the Views list.
    Note:  Any new views you add (by clicking the '+' button in the inspector) will have the exact same view as the Default view.  As a result, when your widget is viewed you should not see any image movement as all views will have the same zoom and positioning as the Default view. 
    Hope this helps!

Maybe you are looking for

  • Nomad Jukebox Zen NX Keeps Rebuilding Library

    Hi. Almost every time I start my player,now, it keeps rebuilding the library. Never used to do that!!! Is there a problem with it (failing or something)? Updated it with the latest firmware, got all software updates for it, even formattedit. Dunno wh

  • IPhoto Book Page Resolution?

    When making 13 x 10 photo book in iPhoto, what does the page size equate to in resolution?  In other words, if I wanted to add a photo I created in Photoshop to my iPhoto book, how large should I make it?

  • Mini DisplayPort or Mini DVI?

    When running full 1080p out to a 65" TV, is one port better than the other or are they both really the same, just different formats?

  • Dynamic web pages and Access

    I am starting to work on some dynamic web pages to upload information to an Access 2003 database using ASP. What I would like to do is to give the user a chance to review their information before it actually gets sent to the database. That is to say,

  • Error at the time of Shipment Cost Document Creation.

    Dear All, At the time of creation of shipment cost document I am getting the following error.Chk S Loc-VL02N/Maintain YRVX001/002.This error is coming after I have given GL Code and Cost Center.Please let me know what needs to be done to rectify the