Zoom the images in asset library thumbnail preview column in display form

Hi,
I have a requirement is:
i have an asset library with 1000 of images and on search of it in the results page, we customized to display the thumbnail preview of that image with title link which links to display form. in the search results on click of thumbnail image it will zoomin.
we need to have the same functionality on display form also. how to achieve it?
Aruna

How are you doing this?
If you delete in iPhoto and empty the iPhoto trash then all versions of the photo are gone
If you use the finder to delete photos then you trash your iPhoto library and will ahve to start over
As to faces - that is not an option so all iPhoto users have face thumbnails
And it is very strongly recommended that you simply stay out of the iPhoto library - there are NO user servicable [parts in it and going into it endangers your photos and other data
LN

Similar Messages

  • Image content type in Site Asset Image library: The Preview and Thumbnail Preview columns do not display the picture of the item.

    I have two different Site Asset libraries.  The Site Asset Picture library has items of
    content type picture.  The Site Asset Image Library has items of
    content type image. 
    1) I do not quite understand the different between a picture content type versus an image content type. 
    2) the thumbnail and preview columns do not display the image in the Site Asset
    Image Library.  (the image does display in the thumbnail column of the Site Asset Picture library.)  I expected the image to display in the Site Asset Image Library the same as it does in the Site Asset Picture library. 
    Why doesn't it?
    Betty
    Betty Stolwyk

    I have subsequently found out that our "Site Asset Images" library is a Document Library to which someone must have replaced the Document content type with an Image content type.  I also found out that picture previews/thumbnails cannot be displayed
    in Document libraries.  So the problem was the library type, not the content type.
    So I simply created a new Picture Library (whose content type = picture) and copied the files into that and the thumbnails displayed just fine!
    I bet what led to this is the default "Site Assets" library that is created for a new Team site.  It is just a document library but sounds very similar to the "Assets" library.  I can imagine someone thinking the "Site Assets" library was a standard
    container for images, and simply changed the name to better identify the content! 
    As far as 'image' vs 'picture' content types, I noticed that a new Picture Library contains a content type of 'picture', but an Asset Library contains a content type of 'image' (as well as audio and video).  Although the 'image' content type has a few
    more fields than the 'picture' content type (picture content type does not have thumbnail), the actual Picture Library contains pretty much all the same fields, including the thumbnail.  So for all practical purposes, either library type can be used for
    storage of pictures.  I am guessing that the Pictures Library which uses the picture content type is for backwards compatibility purposes, and that the 'image' content type is newer, being derived from the new "Rich Media Asset" content type and used
    in the new Asset Library which can hold audio and video in addition to pictures.  
    Microsoft Help also mentioned that a Picture Library has a slide view which an Asset library does not.  So my take on that is that if you want the potential of seeing your pictures as a slide show, put them in a Picture library which is still using
    the 'picture' content type of previous SharePoint versions.  If you want to keep pictures organized with audio/video files, then put them into an Asset library which uses the  'image' content type derived from the new Rich Media Asset content type.
    Betty Stolwyk

  • I would like the ability to save a thumbnail preview for use by the OS on image export.

    Hello,
    I have been using Lightroom for about three years and one of the many features I would like to see is the ability to save a thumbnail for the image while exporting an  image.  This is an option available in other leading software, and also happens when you save an image in Photoshop.  It isn't a huge issue when using a Mac because you have the option for the finder to force an image preview.  It is however an issue when your client uses Windows since the OS doesn't allow the user to force a thumbnail preview.
    The client is king, especially with the economy and market the way that it is.  If the client wants thumbnails on their images in their OS, the photographer needs to be able to deliver.  I don't expect myself or any other photographer to have to open files in Photoshop and save them to force a thumbnail for the image.
    This software is in no way as expensive as Photoshop and it does have amazing features, but it is also not cheap and is intended for working professionals.

    Your original links were ok, two JPGs and one PNG.  BTW,the resizing wasn't necessary because the warning about it is only for viewing the photo in the message.  You can always click on the photo and see the full-sized version, as long as it doesn't exceed the filesize limit, of course.
    On my Windows 7, both JPGs show a Windows Picture Viewer program icon when set to the default settings, and both JPGs show a thumbnail icon when the icon-size is increased.  This is a function of Windows, not the contents of the files, as far as I can tell.
    No thumbnail Icons using the default view:
    Thumbnail icons when switching to the next larger sized icons:
    On the Mac the two images act differently, but you're asking for Mac-specific things to occur, and Adobe may choose to not do it based on it not being different on Windows.
    For what Windows scenario does the PS-saved JPG show a thumbnail-icon instead of a program-icon when the LR-saved one shows only the program icon.  I'm not asking about the Mac where your screenshot shows the difference, I'm asking about Windows.  Is it only when you e-mail pictures or is it on the customer's hard-drive, somehow, and what is the customer using the view the images?

  • Is there a way to retrieve photos which were accidentally erased?  I can still see all of the images in my library but can not open them?  Thanks

    Is it possible to retrieve photo images which were deleted by mistake.  I continue to see all of the images in my library but am unable to open them  Thanks

    Are you asking about iPhoto on your Mac? This is the iPhoto on IOS devics forum.
    What is your iPhoto version? And what happened to delete your photos?
    Do you mean, you see the images in your iPhoto library, when you are browsing them, but you cannot edit them?
    Then probably the original master image files are no longer there, but the previews are. If you are using iPhoto '11 you can see the Previews inside the iPhoto Library in the folder "Previews", when you ctrl-click the iPhoto Library and select "Show Package Contents".

  • How to Zoom the Image in JAI

    Hi,
    I need to zoom the image during the each button click.I have done 1 program ,but i coulnt able to change the parameter block's value each time.Take this program and just change the pic's path and run
    it ll show the pic,smaller than its actual size,because i changed the parameter block's value.this cahnge i want to do for each button click,please try to solve my problem,
    the code is
    import javax.swing.JFrame;
    import java.awt.Toolkit;
    import java.awt.Dimension;
    import java.awt.image.RenderedImage;
    import java.awt.image.BufferedImage;
    import java.awt.BasicStroke;
    import java.awt.Color;
    import javax.swing.Icon;
    import javax.swing.ImageIcon;
    import javax.swing.JButton;
    import java.awt.event.MouseListener;
    import java.awt.event.MouseEvent;
    import javax.swing.JPanel;
    import java.awt.image.renderable.ParameterBlock;
    import java.io.IOException;
    import javax.media.jai.Interpolation;
    import javax.media.jai.JAI;
    import javax.media.jai.*;
    import java.awt.geom.*;
    import java.awt.geom.AffineTransform;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import javax.media.jai.RenderedOp;
    import com.sun.media.jai.codec.FileSeekableStream;
    import javax.media.jai.widget.ScrollingImagePanel;
    * This program decodes an image file of any JAI supported
    * formats, such as GIF, JPEG, TIFF, BMP, PNM, PNG, into a
    * RenderedImage, scales the image by 2X with bilinear
    * interpolation, and then displays the result of the scale
    * operation.
    public class JAISampleProgram extends DisplayJAI implements MouseListener
    JPanel jp=null;
    ParameterBlock params=null;
    Interpolation interp=null;
    RenderedImage image1;
    RenderedImage image2;
    RenderedImage rop;
    ScrollingImagePanel panel=null;
    JFrame jf=null;
    BufferedImage buff;
    Graphics2D graph;
    int width;
    int height;
    JAISampleProgram()
    JButton zoomin= new JButton(ico1);
    JButton zoomout = new JButton(ico2);
    jp = new JPanel();
    FileSeekableStream stream = null;
    try
    stream = new FileSeekableStream("D:/muthu/My Pictures/anniyan1.jpg");
    catch (IOException e)
    e.printStackTrace();
    System.exit(0);
    /* Create an operator to decode the image file. */
    image1 = JAI.create("stream", stream,null);
    * Create a standard bilinear interpolation object to be
    * used with the "scale" operator.
    interp = Interpolation.getInstance(
    Interpolation.INTERP_BICUBIC_2);
    * Stores the required input source and parameters in a
    * ParameterBlock to be sent to the operation registry,
    * and eventually to the "scale" operator.
    params = new ParameterBlock();
    params.addSource(image1);
    params.add(0.1f); // x scale factor
    params.add(0.1f); // y scale factor
    params.add(0.0F); // x translate
    params.add(0.0F); // y translate
    params.add(interp); // interpolation method
    /* Create an operator to scale image1. */
    image2 = JAI.create("scale", params,null);
    /* Get the width and height of image2. */
    width = image1.getWidth();
    height = image1.getHeight();
    /* Attach image2 to a scrolling panel to be displayed. */
    panel= new ScrollingImagePanel(image2, width, height);
    panel.setSize(400,300);
    setPreferredSize(new Dimension(image1.getWidth(),image1.getHeight()));
    buff = new BufferedImage(image1.getWidth(),image1.getHeight(), BufferedImage.TYPE_INT_RGB);
    width=image1.getWidth();
    height=image1.getHeight();
    graph = buff.createGraphics();
    graph.setStroke(new BasicStroke(2.0f));
    panel.addMouseListener(this);
    jp.add(zoomin);
    jp.add(zoomout);
    jf = new JFrame("sample");
    jf.setContentPane(panel);
    jf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    repaint();
    public void mouseClicked(MouseEvent e)
    ParameterBlock pb = new ParameterBlock();
    interp = Interpolation.getInstance(Interpolation.INTERP_BICUBIC_2);
    pb = new ParameterBlock();
    pb.addSource(image2);
    pb.add(0.5f); // x scale factor
    pb.add(0.5f); // y scale factor
    pb.add(0.0F); // x translate
    pb.add(0.0F); // y translate
    pb.add(interp); // interpolation method
    rop = JAI.create("scale", params,null);
    panel= new ScrollingImagePanel(rop, width, height);
    panel.setSize(400,300);
    setPreferredSize(new Dimension(image1.getWidth(),image1.getHeight()));
    buff = new BufferedImage(image1.getWidth(),image1.getHeight(), BufferedImage.TYPE_INT_RGB);
    width=image1.getWidth();
    height=image1.getHeight();
    graph = buff.createGraphics();
    graph.setStroke(new BasicStroke(2.0f));
    repaint();
    public void mouseEntered(MouseEvent e)
    public void mouseExited(MouseEvent e){}
    public void mousePressed(MouseEvent e){}
    public void mouseReleased(MouseEvent e){}
    public synchronized void paintComponent(Graphics g)
    panel.paintComponents(g);
    Graphics2D g2d = (Graphics2D)g;
    g = jp.getGraphics();
    g2d.setColor(Color.BLUE);
    g2d.drawLine(50,50,100,100);
    graph.setColor(Color.yellow);
    g.drawLine(60,60,120,120);
    g2d.drawRenderedImage(rop,AffineTransform.getTranslateInstance(100.00,100.00));
    /* params = params.set(0.1f,0);
    params = params.set(0.1f,1); */
    public static void main(String[] args)
    /* Validate input.
    * Create an input stream from the specified file name
    * to be used with the file decoding operator.
    JAISampleProgram jai = new JAISampleProgram();
    /* Create a frame to contain the panel. */
    jai.jf.pack();
    Toolkit theKit=Toolkit.getDefaultToolkit();
    Dimension dim=theKit.getScreenSize();
    int scrWidth=dim.width;
    int scrHeight=dim.height;
    jai.jf.setSize(scrWidth,scrHeight);
    jai.jf.show();
    }

    scale your Graphics2D object
    http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Graphics2D.html#scale(double,%20double)
    Also check the documentation of
    http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JComponent.html#paint(java.awt.Graphics)
    and see if your code would be better in paint(java.awt.Graphics) instead of paintComponent(Graphics g)

  • SharePoint 2013 Picture Library Thumbnail Preview not Working

    We are using SharePoint 2013 Enterprise edition.  We are using an enterprise wiki site collection template.  In the Site Collection Images library (Picture library), the thumbnail preview is NOT working.  For some users, they can see all of
    the thumbnail previews, for other users they cannot see any.  Some users can see a few thumbnail preview images and the users that could not see any thumbnail preview images, after refreshing a few times could see SOME of the thumbnail preview images. 
    In addition it is likely not a security issue as all users have contribute rights to the library and I have SCA rights.  It is also not a browser issue as one user on my team has IE 9 with nearly (maybe identical) identical settings as I do, who am also
    using IE 9.  We are having the problems in IE 8, 9 and 10.  Also, how could it be a browser issue if using IE 9 for example, users can see some of the thumbnail preview images but not others.  Lastly, it is not a file extension issue as the
    problem happens with jpg's as well as png's. 
    Any help would be GREATLY APPRECIATED!   FWIW - I'm chalking this up as a bug as it is SO odd and inconsistent, I cannot understand it any other way.
    Regards,
    Bill

    Have you tried looking at the traffic with Fiddler?  That can give you an idea if there are any auth or 404 issues.
    Chris Givens CEO, Architecting Connected Systems
    Blog Twitter

  • Is there a way to reset all of the images in my library

    Hello All. I am New to Lightroom and accidentally imported every image on my hard drive. This includes photo's and CGI images that I created in my rendering programs. Now everything is a mess and unorganized. also, some new images do not show up in the library.  Can I reset and start from scratch? Thanks in advance for any help in this area. Mean while, I shall continue to look through the help menus.

    Here are 2 ways to "start over":
    1. remove all photos (or all extraneous photos anyway) from existing catalog (e.g. all photos collection, ctrl/cmd-a, then delete key).
    2. create a new catalog (see file menu).
    It sounds like #2 would be best for you, so you don't have extraneous keywords in your catalog etc.
    ~R.

  • Upgrade to 2013 leaves "Images" library without Thumbnail Preview working

    The issue I am seeing is occurring after an update from SharePoint 2010 to SharePoint 2013. The library is a publishing library created in 2010. These features are enabled in 2013. Looking at the "Thumbnail Preview" column in any view shows the
    generic sheet of paper icon. Viewing the images in the "Thumbnail" view shows the thumbnails correctly. The images for the list in question are all .gif. As far as I know those are the only ones failing, but we could have missed some other filetypes. 
    I've tried moving a document to a newly created Images library and the preview shows as expected. So I believe I've pretty easily demonstrated that the actual image is not a problem and that SharePoint 2013 can render it. However, it's not a workable solution
    to move these files.
    If I open the library with Fiddler, I get a 404 error for 256_icgif.gif. From there it's been sort of a dead end as I wouldn't know where to test and see if that's part of the issue.
    This is our dev environment before upgrading to 2013 so we're looking for a fix we can perform during or before the upgrade.
    Thanks!

    Hi Christopher,
    Casting my mind back to the Beta, I hit something similar during a test upgrade and if I remember rightly it was to do with the content type mappings that came across. There are two content types Picture and Image which behave differently, so try swapping
    the available content types in the library and changing that.
    Paul
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • Display thumbnail preview for images in a Document Set

    I have a Document Set with Images in it.  I would like to show a thumbnail preview of the images in the view of the files in the document library.  I added the Thumbnail Preview column but it just shows a large File Icon.

    Hi,
    According to your description, my understanding is that you want to display the picture of the images in the document set.
    I recommend to create a hyperlink type column and format URL as picture to show the images in documents set.
    Thanks,
    Victoria
    Forum Support
    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 Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Images on desktop not showing thumbnail preview.  Suggestions?

    When I save images to my desktop, the image doesn't have a preview thumbnail image.  This just started about two weeks ago.  I'm running OS X 10.9.1 on my MBA I have not loaded any new software.  It doesn't matter if it's a png file or a jpg file.  The interesting thing is that after a reboot, the thumbnail image is there.  But...  When I add a new image to the desktop I get this image again until the next reboot.
    Here are a few at once
    Any suggestions on how I might correct this?  Thank you in advance.  Jeff

    Hello Jeff,
    It sounds like you are saving imgaes to your desktop but the thumbnails arent being generated automatically. Restarting seems to fix the issue for files since the last restart, but the issue persists with new messages. I had a few thoughts for things for you to try. First perform a Safe Boot and then retest it and see if that helps:
    OS X: What is Safe Boot, Safe Mode?
    http://support.apple.com/kb/ht1564
    To start up into Safe Mode (to Safe Boot), follow these steps.
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key.
    The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple logo and the progress indicator (looks like a spinning gear).
    After the logo appears, you should see a progress bar during startup. This indicates that your computer is performing a directory check as part of Safe Mode.
    To leave Safe Mode, restart your computer without holding any keys during startup.
    If the issue persists, next I would try verifying the disk and repairing any errors found, if any.
    Disk Utility 12.x: Repair a disk
    http://support.apple.com/kb/PH5836
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Fireworks slideshow: not able to see images thumbnails preview

    Dear all,
    I have successfully created 3 slides show with caption text and everything, out of the blue the slideshow in fireworks does not work the same way.  I create my new album, then select the image and there is no preview on the lower right hand corner, it tells me that the file is not found (please see attached jpg image with a dash circle around it) and I cannot write anything to describe my images because I am not able to see the thumbnail, please help, thanks in advance

    I cannot reprodue this problem in CS5.

  • Team Site default site assets library does not have support for video, images, etc..

    Greetings,
    Our users have noticed that when they create a new subsite that the default site assets library does not give them the option to create a new document type of video, image, etc.. just a word document.
    If I create a new asset library I do see all the options when creating a new file from the drop down menu under the ribbon >files>new document
    Is this default behavior when creating a new team site or is there something that I can configure so that the default site assets library that is built is really a site assets library and not a standard document library?

    i think you are talking about the "Site Assets" Library and this is not meant for the Asset Library.Yes this is default behavior.
    Site Assets: Use this library to store files which are included on pages within this site, such
    as images on Wiki pages. jsut think about the other OOTB libraries i.e Style, Pages libraries etc.
    Assets Library is the one you need to add in your site collection to take the advantage of it.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Why is there a circle on the lower left side of the images in the Event library?, Why is there a circle on the lower left side of the images in the Event library?

    There is a circle on the lower left corner of the images in Event Library, what is the cause please?

    I wouldn't spend too much time worrying, but also don't assume that it will continue functioning normally.  I dropped a MacBook Pro and dented it in around the same place, and it worked fine for a month, then died out of the blue.  Any physical trauma can produce damage that can worsen over time, as cracked or weakened connections expand and contract due to heating and cooling.  In my case, repairs would have been more than $1,000.  (I chose to just buy a new one instead.)
    So, hope for the best, but plan for the worst.  Make sure you are maintaining a good set of backups, and be prepared for the possibility of a large repair bill in the future.

  • How to Zoom an Image whereever the mouse moves?

    Hi,
    I have to zoom the image where ever the mouse cursor moves.
    If i am moving the mouse at the position (x,y) then that part of the image has to be zoomed.
    So that the pixels are clearly visible to user.
    Can any one suggest me what i have to do exactly.
    Thanks & Regards

    As always with such questions: have a look at the tutorial
    http://java.sun.com/docs/books/tutorial/uiswing/components/scrollpane.html
    -Puce

  • Zoom an Image whereever the mouse cursor is placed

    Hi,
    I have to zoom the image where ever the mouse cursor moves.
    If i am moving the mouse at the position (x,y) then that part of the image has to be zoomed,
    so that the image pixels will be visible properly to the user.
    The image is set to label.
    I know that the code has to be written in MouseMotionListener.
    I will get the position of (x,y) when the mouse is moved on the image.
    But how to ZoomIn the image where ever the mouse cursor is?
    Can any one suggest me what i have to do exactly.
    Thanks & Regards

    Hi,
    I saw that code some time before.
    The code is using java5, but i am using java 1.4

Maybe you are looking for

  • Xorg-server broken after upgrade to 1.6.3.901-1

    Hello, After upgrading to xorg-server 1.6.3.901-1 and rebooting the computer xorg-server respawned repeatedly very fast and I was unable to exit except for pressing the power button (I had runlevel 5 set in /etc/inittab). Then I set the runlevel to 3

  • What happened and what to do????

    I had a HD/ SATA drive die. It had my Leopard OS on it. Lukily I have everything backed up on time machine. Put a new HD, recovered everything with Time Machine and now when I try to boot to Windows XP pro on boot up I get OS not found?? I have Windo

  • What port number to use with NTRealm

    When I configured the NTRealm in the WLS console, the documentation mentioned that for NT Domain, I was supposed to provide the "name" and "port" values for the PDC machine. I gave the name of the machine on that field, but did not know what to speci

  • How can I use a vector?

    String[] sFile = new String [5]; sFile[0]="access_log"; sFile[1]="access_log.1"; sFile[2]="access_log.2"; sFile[3]="access_log.3"; sFile[4]="access_log.4"; how can I put this strings in the vector?

  • Compc task

    hi i use compc task to compile mxml files. the ant build file is <target name="appcompile">             <compc                 output="${catalina.home}/webapps/${app.name}/CampusPage.swf">                  <compiler.library-path dir="${FLEX_HOME}/fra