Activex image viewers to view multipage tiff images

I have some multipage tiff images which i need to show up on forms. but the image item doesn't support multipage images. does any body know any other activex components which can replace image item and can display multipage tiff images. or is there any tricky way to show multipage images on oracle forms. thanks.

where are your images in? file system or table?
do you want to show one image at a time and navigate to another one or show multiple images at one time?
in table, you may use query and next_record; in file system, you may read next file by read_image_file() eatch time clicking a button.

Similar Messages

  • Cant view multipage tiff files in browser after updating ITUNES

    I can't view multi-page tiff files in my browser after updating Itunes. I am not sure why an Itunes update would stop the viewing of Multi-page Tiff files, but it did!
    Is there a fix for this?
    thanks

    That's unfortunate. Are you stating that you have no backup of your media which is ultimately your responsibility?
    Sorry, but if you have lost media and data and have no backup then the ONLY place to place blame is with the user that failed to backup those files.

  • Opening multipage TIFF files in Safari

    I regularly need to be able to open multipage TIFF files located on a website. Safari wants to use the Quicktime plug-in to open these files, but that only makes the first page visible.
    According to an article on the support site, Preview in OSX 10.4.3 and later should be able to open a multipage TIFF. However, even with 10.4.8 installed, Preview only opens the first page - the same as Quicktime.
    I did discover that ColorSync does allow me to view multipage TIFF, but I then discovered that the website I'm using doesn't offer me the option to save the file to the local machine.
    It is a client's application which has been designed for Windows machines and I am reluctant to risk asking them to change the application just for my sake.
    So I seem to be stuck - I can't get Quicktime to show more than the first page; Safari doesn't seem to offer me the option of using anything else; and I can't download the files so that I can use ColorSync.
    If anyone has any suggestions of how I can resolve this problem I would be very grateful.
    Brian
    Mac mini / iMac (Intel)   Mac OS X (10.4.8)  

    When viewing the page does the link to the .tiff file appear as a clickable link?
    Right-click (Control-click) and save it to your machine.
    Open it in Preview.

  • Trying to display multipage tiff image getting error

    Hi
    I am trying to read multipage tiff image but dont know how
    I tried to display single page tiff getting error
    my code is
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Drawing;
    using System.Drawing.Imaging;
    namespace Documentviewer1
        public partial class _Default : System.Web.UI.Page
            //string filepath = "";
            protected void Page_Load(object sender, EventArgs e)
                //// filepath = "image\045237302.tif";
                string appath = Server.MapPath("/image") + @"\";
                string imagename = Request.QueryString["ImageFileName"];
                string filename = appath + imagename;
                Response.ContentType = "image/tiff";
                new Bitmap(filename).Save(Response.OutputStream, ImageFormat.Tiff);
                ////System.Drawing.Image TheImg = new App.Files.TIF(Request.QueryString["FilePath"]).GetTiffImageThumb(System.Convert.ToInt16(Request.QueryString["Pg"]), System.Convert.ToInt16(Request.QueryString["Height"]),
    System.Convert.ToInt16(Request.QueryString["Width"]));//getting error in thisline Parameter not valid
    my aspx page is has
    <%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
        CodeBehind="Default.aspx.cs" Inherits="Documentviewer1._Default" %>
    <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
    </asp:Content>
    <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
        <h2>
          <img alt="" src ="image/045237302.tif" width="200" height="200"/>
        </h2>
        <p>
            To learn more about ASP.NET visit <a href="http://www.asp.net" title="ASP.NET Website">www.asp.net</a>.
        </p>
        <p>
            You can also find <a href="http://go.microsoft.com/fwlink/?LinkID=152368&amp;clcid=0x409"
                title="MSDN ASP.NET Docs">documentation on ASP.NET at MSDN</a>.
        </p>
    </asp:Content>
    getting error as Parameter not valid.
    Can anybody help me to display the image in the browser.
    Thanks
    Mary Abraham
    Mary Sunish

    Hi MaryAbraham,
    Since the issue regards ASP.NET and website deployment. I suggestion you post the question in the ASP.NET forums at
    http://forums.asp.net/. It is appropriate and more experts will assist you.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to split multipage TIFF images ?

    Dear Friends,
    I want to split multipage TIFF images using JAI...does anyone know about it...
    Regards,
    V.Prasanna

    Here are a couple of links about multi page tiffs in photoshop or elements.
    http://kb2.adobe.com/cps/325/325224.html
    http://forums.adobe.com/message/3172569
    MTSTUNER

  • Problems using ECL Viewer to display multipage TIFF Files

    Hey there!
    Maybe someone here may have a good hint due to our problem?
    The Situation as it is:
    We are using ECL Viewer to display multipage TIFFs.
    The Process looks like following:
    The first step is to show a list of files situated in the user's personal folder(Network-Share).
    Then the user selects one of these Files through a mouse-click -> The File is displayed via ECL Viewer.
    Now the user selects the personal-Id where this file should be connected to and selects "SAVE".
    The Programm closes the Viewer and saves the Data in SAP Archiv.
    >> Everything works fine till here.<<
    But now the last processing-step would be to delete this file from the user-folder.
    (So next time the users starts it there will be only files he/she has to work on...)
    Here an error message is telling us that the file can not be deleted because there s some kind of file lock set...
    This problem only occurs only during processing multipage-Tiffs after paging down (swiching to page 2,3,4...) once at least.
    Any Idea what's the cause here  - or how to get through it?
    We are using a CL_GUI_CUSTOM_CONTAINER objekt as base -> hooked on that is a CL_GUI_ECL_VIEWERBOX and the TIFF itself is displayed wit an I_OI_DOCUMENT_VIEWER objekt.
    Maybe we get confused while destroying the "Connections" to the FIle oder something with Automation Queue Handling is not implemented right?
    Thanx for any idea, hints, or better practices
    Very kind Regards from Austria!
    Daniel

    Hi MaryAbraham,
    Since the issue regards ASP.NET and website deployment. I suggestion you post the question in the ASP.NET forums at
    http://forums.asp.net/. It is appropriate and more experts will assist you.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Delete of pages in multipage Tiff

    Hi everyone
    I'm faced with the task of deleting one or more pages in a multipage tiff -file.
    The only way I've found is something like this:
    ImageDecoder dec = ImageCodec.createImageDecoder("tiff", filestream, null);
    // Pull out pages I want to keep
    RenderedImage renderedImage1 =  dec.decodeAsRenderedImage(0);
    RenderedImage renderedImage5 =  dec.decodeAsRenderedImage(4);
    // The images are then added to a collection and then:
    encParam.setExtraImages(riList.iterator());
    ImageEncoder enc = ImageCodec.createImageEncoder("tiff", filoutstream, encParam);It works fine, except that on my 2GHz Pc it takes about 12 seconds to save a rather small two-page file (using compression or not, doesn't change the time significantly)
    I've tried to add the native accelrator dll using -Djava.library.path=C:\jai-1_1_2_01\lib, but that did'nt change those 12 seconds (which is much too long time for my impatient Swing users)
    I've tried to look into using TIFFDirectory to avoid having to do encoding/compressing once again - I mean, the pages I want to keep are nicely compressed already, and it might be possible to speed up the process, by just having to combine pages again.
    Anyone with some experience in this ??
    Torsten

    UmeshR
    Please don't post in threads that are long dead. When you have a question, start your own topic. Feel free to provide a link to an old post that may be relevant to your problem.
    I'm locking this thread now.
    db

  • Multipage TIFFs

    Does JavaFX have any built-in way to retrieve pages from a multi-page TIFF file other than the first one? Do I still need to use JAI (which is slooooow) to do this?

    IMO: I would rather have built in (multipage) TIFF support at the ImageIO level in stead of in JavaFX. TIFF has its uses, especially the multipage thingie makes it unique compared to the more popular image types that the JDK supports out of the box.
    I never experienced the JAI logic to be slow though. At least the platform independent version I was taking from the Maven repositories does the job decently in my opinion.

  • Splitting multipage tiff files?

    Hi,
    We have a webdynpro application that retrieves documents from the SAP backend.
    These documents are mainly multipage tiff files that need to be splitted into single pages and finally be saved in the backend.
    Any creative ideas how to tackle the issue?
    Thnx
    MK

    Michael, welcome to these discussions.
    Use the "Open Image Sequence" (File menu).
    All of your .tiff files must be sized the same dimensions and be named in series (1.tiif, 2.tiff, 3.tiff, etc.).
    They must all be in one folder.
    Highlight the first image in the list and hit the "Open" button or enter key.
    Pick a "frame rate" and click "OK" button or enter key.
    QuickTime Pro will then assemble your "movie" from your .tiff files.

  • Printing multipages tiff

    Hello everybody !
    I have developped an applet using JAI library in order to display multipages tiff file (...with previous and next button to display each page).
    Now I want it to print one selected page or all pages of the tiff file but I'm a beginner in printing task and I don't know exactly how to do.
    I have cut and paste a piece of code doing print job but the window printer display wrong number of page (1 - 9999 whereas there are 3 pages) and if I select all print, just the displayed page is printed ... (?)
    If someone can I have a look on used methods...
    protected void print()
    PrinterJob pj = PrinterJob.getPrinterJob();
    pj.setPrintable(this);
    if(pj.printDialog())
    try
    pj.print();
    catch(Exception e)
    System.out.println(e);
    else
    System.out.println("Did Not Print Any Pages");
    public int print(Graphics g, PageFormat f, int pageIndex)
    if(pageIndex >= 1)
    return Printable.NO_SUCH_PAGE;
    Graphics2D g2d = (Graphics2D) g;
    g2d.translate(f.getImageableX(), f.getImageableY());
    if(op1 != null)
    double scales = Math.min(f.getImageableWidth()/ op1.getWidth(), f.getImageableHeight()/ op1.getHeight());
    g2d.scale(scales,scales);
    printImage(g2d, op1);
    return Printable.PAGE_EXISTS;
    else
    return Printable.NO_SUCH_PAGE;
    public void printImage(Graphics2D g2d, RenderedImage image)
    if((image == null)|| (g2d == null)) return;
    int x = printLoc.x;
    int y = printLoc.y;
    AffineTransform at = new AffineTransform();
    at.translate(x,y);
    g2d.drawRenderedImage(image,at);
    public void setPrintLocation(Point d)
    printLoc = d;
    public Point getPrintLocation()
    return printLoc;
    THANKS FOR YOUR HELP !

    please first send me ur complete code for this example at [email protected]

  • How do I save PDF as multipage TIFF?

    any idea how I can accomplish this task?

    Yes. You can either split the TIFF, or write code which generates a
    bitmap for each page and writes a page of a TIFF. Either way, you
    write the multipage TIFF, not Acrobat.
    Aandi Inston

  • How to build an ActiveX bridge for jasper viewer

    Hi,
    i want to build an ActiveX bridge for Jasper viewer.Does anyone knows How to build an Active X bridge for a component.I am very new to this concept.Please someone help me

    hi,
    can u please give some url's which is helpful to create Activex Bridge?

  • How to open multipage tiff images in PSE 7

    When I open a pdf file with multiple pages, each page is viewed as a thumbnail.  But I can't seem to open a file containing multiple tiff images.  How do I do this with PSE 7?  Thanks.

    Here are a couple of links about multi page tiffs in photoshop or elements.
    http://kb2.adobe.com/cps/325/325224.html
    http://forums.adobe.com/message/3172569
    MTSTUNER

  • IrfanView Extract Single Page Images from MultiPage Tiffs

    Hello,
    I'm using a BAT file with many lines like the following:
    "C:\Program Files (x86)\IrfanView\I_View32.exe" C:\MultiPage.tif /extract=(C:\SinglePages,jpg)
    To convert multi-page tifs to single page jpgs. It is working well, however after each individual line command completes, the multi-page tif opens and i have to close it before the process continues. Is there a modification i can make to my command to stop the original image from opening?
    Thank you,
    This topic first appeared in the Spiceworks Community

    Hello,
    I'm using a BAT file with many lines like the following:
    "C:\Program Files (x86)\IrfanView\I_View32.exe" C:\MultiPage.tif /extract=(C:\SinglePages,jpg)
    To convert multi-page tifs to single page jpgs. It is working well, however after each individual line command completes, the multi-page tif opens and i have to close it before the process continues. Is there a modification i can make to my command to stop the original image from opening?
    Thank you,
    This topic first appeared in the Spiceworks Community

  • ActiveX image data wrong (perhaps binary)

    I am using an ActiveX control that returns an image to me.
    The event works, the image size & dpi is returned but the image
    object is returned as a string of about 600 question marks, i.e.
    Ive been told it could be binary data, (byte array?).
    Any idea how to get this into an image in Director?
    Thanks very much.

    I was going to ask the same thing. Can you get the ActiveX to
    work
    elsewhere, like in VB?
    You might have to write your own VB wrapper ActiveX for that
    ActiveX, that
    sets up the bytes of data you need and returns it in a format
    Director
    likes. Actually I see earlier in the thread it returns
    unsigned bytes.
    63 is actually the 64th item or 111111 binary so it's only
    returning 6 bits
    of the byte. FWIW
    Also, 350 x 390 / 2 = 69225, but it seems like you should be
    getting 138,450
    separate bytes, so when Director is getting the data, it's
    making pairs of
    the bytes or something.
    In Director, if you double click the activeX so it pops up
    the list of
    Methods, and you click on the one that returns the data you
    need, it should
    say the type of variable. Such as "returns a string". Does it
    say byte, byte
    array or anything besides string?
    TR
    "Mark A. Boyd" <[email protected]> wrote in
    message
    news:[email protected]...
    > On Tue, 22 Aug 2006 23:21:05 GMT, chrisosh posted in
    > macromedia.director.lingo:
    >
    >> My code looks like this:
    >>
    >> on gotImage(me, tsensor, twidth, theight, timage,
    tdpi)
    >> put tsensor, twidth, theight, tdpi
    >> put timage.length
    >> repeat with i = 1 to timage.length
    >> temp = timage.char[1..1]
    >> put temp.charToNum
    >> end repeat
    >> end
    >>
    >> gotImage is an event that is called when an image is
    made, with timage
    >> being the rawImage data.
    >>
    >> This outputs 63 into the message window 69225 times.
    >> timage is a long string, not an array of data.
    >
    > There's a possibility that the first char actually is
    63. Your code is
    > outputting only the first char 69225 times.
    >
    > Try changing this line:
    >
    > temp = timage.char[1..1]
    >
    > to this:
    >
    > temp = timage.char
    >
    > (or, in case the Web forum still sees bracket i bracket
    as an italics
    > tag):
    >
    > temp = timage.char[ i ]
    >
    > Also, just to eliminate another possibility, does this
    ActiveX work as
    > expected outside of Director?
    >
    >
    > --
    > Mark A. Boyd
    > Keep-On-Learnin' :)

Maybe you are looking for

  • Basic Action Script 3 question

    I've been watching a tutorial on making a thumbnail photo gallery with Flash. Unfortunately the only tutorial I could find that explained everything step by step was for Flash MX and I'm using Flash CS4. It seems that the scripting code is different.

  • US / CAN Workshops -- feedback?

    As announced at the Congress, the North American UA program will be offering workshops at three locations in June and July.  The date and locations below are firm.  The topics taught at each location and the class length are still flexible -- we woul

  • RCFaces integration with JDeveloper?

    Hi gang Before I go nuts trying to get this to work, has anybody successfully installed and used RCFaces components with JDeveloper 10.1.3.1 ADF Faces components? Regards, CM.

  • Can iphone be set to wake to apps screen instead of last used app?

    Can the iphone 4s be set up to wake to the apps screens instead of whatever app was being used when the phone was locked?

  • Are you posting a gallery on .Mac?

    I'm having a bit of a problem, if you are posting a Aperture Gallery on .Mac would you please share any hints or tips you may have. Would you please post your gallery here? Thank you. Tom