[SOLVED] Viewing Large tiff files.

Hi Arch Users!
I have a number of tif image files of scanned engineering documents that are fairly large (25MB+). Viewing them in Windows is not so much of a problem. However, they are illegible when viewed in GNOME's Document Viewer.
Is there any package official or in AUR that will allow me to open these documents correctly.
Regards
JLight
Last edited by jlight2011 (2012-04-26 13:03:41)

Trilby wrote:There are many.  I'd start with feh, but you'll really need to give more information on what you're looking for if you want useful recommendations.
Just installed feh. Tried opening  but it would not show the drawings, No error or such just plane white background.
All I want to do is open the scanned engineering documents and zoom into specific parts, nothing more. In Gnome Document viewer, the drawings are barely visible. If I zoom it does not improve. I can see an outline but cant read any useful information like the dimension of hole.
In feh the document opens (the CPU is working hard the fan becomes really loud) but that is it. I waited for 5 min and gave up.
I have a DELL XPS (about 4 months old). intel i7, 8GB RAM.
In windows the document viewer cant open these also. I used to use a program, whose name I cant recall except that it had 'tiff' in it.
Please tell me if you need more specific info.
Cheers!
J

Similar Messages

  • What is best way dealing with large tiff file in OSX Lion?

    I'm working with large tiff  file (engineering drawing), but preview couldnt handle (unresponsive) this situation.
    What is best way dealing with large tiff file in OSX Lion? (Viewing only or simple editing)
    Thx,
    54n9471

    Use an iPad and this app http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=400600005&mt=8

  • Can Photoshop open large TIFF files?

    Hi,
    Windows 32-bit OS cannot open TIFF files bigger than 4GB. I need to work on TIFF files that have a size up to 10GB. Does Photoshop support this?
    Thanks,

    The scanned files come from a big Roche cells scanner. Computers which have the Roche utility software can open it and those computer are in 32-bit or 64bit. I have even downloaded a TIFF image, from the nasa site, of 25GB and i could open it on my 32bit Windows OS.
    After doing some research, I found the following site http://www.remotesensing.org/libtiff/document.html . From there, I went to the following site : http://www.awaresystems.be/imaging/tiff/tifftags/extension.html and it seems that some tags within the tiff files are not recognized by some viewers.
    I also installed Microsoft KB2635500 http://support.microsoft.com/kb/2635500, which solves issues when we try to display a large TIFF file that contains multiple pages, althought this is not the case as we speak of a single file. I also should have tried before installing this KB.
    The tiff file (9GB) the user obtained when scanning with a Roche cell scanner is a TIFF file extension. The file I downloaded from the NASA website is also a TIFF file (25GB). I have a 32-bit OS and I could open the NASA tiff file without any problem but another user with a 32-bit OS cannot open any tiff file bigger than 4GB. That user gets the error message stating the file is corrupted or not supported.
    I will check later on in the morning when this user arrives.

  • Problems viewing large tif files in preview

    i'm having trouble viewing large tif files in preview. the tif files are on a cdrom - when i click on the file to open it, it opens only the first 250 pages of the file. the file has approximately 3,000 pages. how can i get preview to open the rest of the pages?
    thanks for any suggestions.
    mac mini   Mac OS X (10.4.6)  

    no trick - i didn't create the cdrom but it only has 3 tif files with approximately 3000 pages each, not 3000 large tif files. plus several smaller pdf files, but those aren't giving me any problems.
    i don't know whether they're compressed, but i still can't get more than the first 250 pages to open, even after copying the file to my desktop. if anyone has any other ideas, i'd much appreciate it.
    mac mini   Mac OS X (10.4.6)  

  • Automatically Slicing Large TIFF Files with Photoshop 5.1

    I am trying to automatically slice a very large TIFF file (800 MB) into 28 equally-sized rectangles using Actions (it is a scanned image of 28 scientific slides and reducing the resolution is not an option). My goal is to start with the TIFF file and end up with a folder that contains 28 separate files. I'll do this on many such TIFF files, so it needs to be coded into an action.
    So far I have an action that creates guides in a grid pattern and then converts the guides to 28 individual rectangular user slices that together cover the entire screen. Unfortunately the file is far too large  to use with the "Save for Web & Devices" tool and I also can't export to TIFF from that tool. So I made an action that individually selects each slice (using the slice select tool), copies it, creates a new file, pastes the image, saves it as a flattened, non-compressed TIFF into a new folder, then closes the file. When I try to run this I get the following error:
    The command "Select" is not currently available
              -- Continue --       -- Stop --
    If I press Continue the action is not carried out. If I press Stop and select the slice manually there is no problem (but then my action will not be fully automated). The image is in 8-bit RGB mode, and I've also tried converting the locked Background layer into a standard layer. I don't see any reason why the select command shouldn't be available! There is only one layer and there are user slices available for selection. I tried separating the slicing and select/import jobs into 2 different actions but it still didn't work.
    Any help you can give me would be greatly appreciated! Thank you!
    Photoshop CS 5.1 Extended, v. 12.1 x64 - I have installed the recent update
    Windows 7 64-bit
    6 GB RAM

    This might do it...
    It will save the individual files in a folder called filechop off the files path.
    #target photoshop
    function main(){
    if(!documents.length) return;
    var dlg=
    "dialog{text:'Script Interface',bounds:[100,100,380,290],"+
    "panel0:Panel{bounds:[10,10,270,180] , text:'' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},"+
    "title:StaticText{bounds:[60,10,220,40] , text:'File Chop' ,properties:{scrolling:undefined,multiline:undefined}},"+
    "panel1:Panel{bounds:[10,40,250,130] , text:'' ,properties:{borderStyle:'etched',su1PanelCoordinates:true},"+
    "statictext1:StaticText{bounds:[10,10,111,30] , text:'Accross' ,properties:{scrolling:undefined,multiline:undefined}},"+
    "statictext2:StaticText{bounds:[140,10,230,27] , text:'Down' ,properties:{scrolling:undefined,multiline:undefined}},"+
    "across:DropDownList{bounds:[10,30,100,50]},"+
    "down:DropDownList{bounds:[140,30,230,50]},"+
    "saveFiles:Checkbox{bounds:[10,60,230,80] , text:'Save and Close new files?'}},"+
    "button0:Button{bounds:[10,140,110,160] , text:'Ok' },"+
    "button1:Button{bounds:[150,140,250,160] , text:'Cancel' }}};"
    var win = new Window(dlg,'File Chop');
    if(version.substr(0,version.indexOf('.'))>9){
    win.panel0.title.graphics.font = ScriptUI.newFont("Georgia","BOLD",20);
    g = win.graphics;
    var myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [1.00, 1.00, 1.00, 1]);
    g.backgroundColor = myBrush;
    var myPen =g.newPen (g.PenType.SOLID_COLOR, [1.00, 0.00, 0.00, 1],lineWidth=1);
    win.center();
      for(var i=1;i<31;i++){
       win.panel0.panel1.across.add ('item', i);    
       win.panel0.panel1.down.add ('item', i);    
    win.panel0.panel1.across.selection=0;
    win.panel0.panel1.down.selection=0;
    var done = false;
        while (!done) {
          var x = win.show();
          if (x == 0 || x == 2) {
            win.canceled = true;
            done = true;
          } else if (x == 1) {
            done = true;
    if(!documents.length)return;
    var startRulerUnits = preferences.rulerUnits;
    preferences.rulerUnits = Units.PIXELS;
    doc = app.activeDocument;
    app.displayDialogs = DialogModes.NO;
    doc.flatten();
    var tilesAcross = parseInt(win.panel0.panel1.across.selection.index)+1;
    var tilesDown =parseInt(win.panel0.panel1.down.selection.index)+1;
    var tileWidth = parseInt(doc.width/tilesAcross);
    var tileHeight = parseInt(doc.height/tilesDown);
    var SaveFiles = win.panel0.panel1.saveFiles.value;
    ProcessFiles(tilesDown,tilesAcross,tileWidth,tileHeight,SaveFiles);
    app.preferences.rulerUnits = startRulerUnits;     
    main();
    function ProcessFiles(Down,Across,offsetX,offsetY,SaveFiles){
    try{
    var newName = activeDocument.name.match(/(.*)\.[^\.]+$/)[1];
    }catch(e){var newName="UntitledChop"}
    var Path='';
    try{
    Path =  activeDocument.path;
    }catch(e){Path = "~/Desktop";}
    if(SaveFiles){
    Path = Folder(decodeURI(Path) +"/FileChop");
    if(!Path.exists) Path.create();
    TLX = 0; TLY = 0; TRX = offsetX; TRY = 0;
    BRX = offsetX; BRY = offsetY; BLX = 0; BLY = offsetY;
    for(var a = 0; a < Down; a++){
      for(var i = 0;i <Across; i++){
                var NewFileName = newName +"#"+a+"-"+i;
       app.activeDocument.duplicate (NewFileName, true);
        activeDocument.selection.select([[TLX,TLY],[TRX,TRY],[BRX,BRY],[BLX,BLY]], SelectionType.REPLACE, 0, false);
        executeAction( charIDToTypeID( "Crop" ), undefined, DialogModes.NO );
        app.activeDocument.selection.deselect();
    if(SaveFiles){
    var saveFile = File(decodeURI(Path+"/"+NewFileName+".jpg"));
    SaveJPEG(saveFile, 10);
    app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
        activeDocument = documents[0];
    TLX = offsetX * (i+1) ; TRX  = TLX + offsetX; BRX = TRX; BLX = TLX; 
    TLX = 0; TLY = offsetY * (a +1); TRX = offsetX; TRY = offsetY * (a +1);
    BRX = offsetX; BRY = TRY + offsetY; BLX = 0; BLY = (offsetY * (a +1)+offsetY);
    if(SaveFiles){
    Path.execute()
    function SaveJPEG(saveFile, jpegQuality){
    jpgSaveOptions = new JPEGSaveOptions();
    jpgSaveOptions.embedColorProfile = true;
    jpgSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
    jpgSaveOptions.matte = MatteType.NONE;
    jpgSaveOptions.quality = jpegQuality;
    activeDocument.saveAs(saveFile, jpgSaveOptions, true,Extension.LOWERCASE);

  • Saving large tiff files we see a lot of times the lines in the saved file that have either missing ( white) pixels or they appear as a black line across entire file or portion of it

    saving large tiff files we see a lot of times the lines in the saved file that have either missing ( white) pixels or they appear as a black line across entire file or portion of it

    Due to the current unavailability of clairvoyants and mind-readers in the forum, we respectfully request you supply sensible, complete details.
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Large tiff file in Photoshop CS6

    I have been working on a large tiff file in Photoshop CS 6 for several hours now and it has grown to over 3 GB.  I was able to save it and exit but when I tried to reopen it I got an error that said that the version of Photoshop that I was running would not recognize the file.  I downloaded CC2014 but it does not recognize it either.  Any suggestions?

    If Photoshop does not recognize the file as being in a known image format you may want to search for a file recovery program to see if what you have can be processed at all.
    https://www.google.com/search?num=100&newwindow=1&safe=off&rlz=1C1CHFX_enUS546US546&q=Tiff +Image+File+repair+software&oq…
    Make a copy of the bad file before trying to repair it.

  • Large Tiff files

    In our digital print department, all of our techs use PC's, we are seeing really large tiff file sizes. Our techs are opening pdf files in Photoshop, flattening them, and saving as tiff's. The file size of the tiffs are much, much larger than the pdf files before flattening. Our techs just started seeing this recently. Can someone tell me how they usually make tiffs (settings used) or if there is a hidden setting that might need to be changed?

    This is entirely normal. A TIFF will almost always be larger than a PDF, unless the PDF was raster; most are vector. However, if the files are larger than before, you probably have a different resolution than before.

  • How do I view large txt files?

    Topic:
    How do I view large text files for the windows version if there is a program to allow it. Apparently Text2Ipod doesn't work for WINDOWS XP. Any help is appreciated.

    If there is such a program, odds on it'll be listed here.
    Versiontracker.

  • 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.

  • Cannot view TIF, TIFF files,

    Just installed Itunes w/quicktime. Now I cannot open any of my TIF or TIFF files that were able to be viewed with Microsoft Picture viewer. Seems to default to Quicktime, but screen is blank. Any ideas?

    Ta again Kirk!
    Yeah, after I posted this I remembered about the possibility of Windows file associations, and thought I should have checked on that too. Hadn't got back to do anything about it though.
    (On the other hand, I'm pretty sure I've gotten the QuickTime PictureViewer and the QuickTime Player to display tiffs in the past during the course of some testing ... so given that this chap's getting a blank QT screen (of some description) when trying to open the files, I'm wondering if something else might be afoot too.)
    I've only got the XP Pro box on hand for a few hours, so I'll have to wait a short while before doublechecking how file association works on a Vista box. Then I'll pop back with instructions. (Or if someone else with a Vista box can drop by with instructions on changing a file association, that would be lovely.)

  • Saving large tiff files as jpeg

    Hello, experts:
    I scanned, as a tiff file, a full-centre spread of a large newpaper. This had to be scanned in eight sections, the pages were so big on my A4 scanner window. When I joined all the sections up in Photoshop CS5, the size of the file was huge (about 21 inches by about 19 inches) It is also digitally large (about 320 MB, since the resolution is 300 dpi). Because I want to keep the composite photo but don't want the file to be so digitally large, yet need the good resolution, I thought it would be a good idea to save it as a jpeg file, which would give me the dimensions I need but not be so digitally bulky as the original. On pressing the drop-down menu for Saving As, the jpeg option did not appear in the dialogue box. Why is this, and how may I save the file in jpeg format? With grateful thanks to any/all that can offer a helpful response,
    True to form

    Curt, I'm very appreciative of the help you have given so far. However, I did try to change the image to an 8-bit as you recommended, and, though it is possible to make this change, and thereby reduce the sheer amount of data in the photo, when I click to choose 8-bit, the picture goes all bright and weird. This is because when I click on 8-bit, a window also arises, called HDR toning. In this window are lots of sliders, and, try as I may, it does not seem to be possible to adjust anything to make the picture normal in appearance. If you have any useful comment on what to do to make the picture like it is before the change to 8-bit, I should be glad to hear it. Thanks in anticipation.
    T.T.F.

  • Viewing Large PowerPoint File

    We are moving from Palm Treos to iPhones and I have a user concerned about viewing PowerPoints. How does a user view a PowerPoint (or any large file) in an iPhone which is too large to email? Average 50MB.
    In the Treos we upload the file and open it from its drive.

    If you can put those Powerpoint files to a Web page accessible for iPhone user, you can just view Powerpoint file from a web link.
    Pertti

  • Crash to Home when viewing large JPG files

    Greetings,
    I have been having trouble adding and viewing photos to my iPhone. I have iTunes set to sync up the photos I want, and it does its whole optimization and transferring process. The photos even show up properly in the library on the iPhone with their thumbnails, however, when I attempt to view the photo, the screen will turn black and dump me back to the Home screen.
    Here is what I have figured out: any photos which are larger than about 250Kb before they are synced will do this to me. What is perplexing is that, if I upload a large 1Mb photo online, access it via Safari and then save it to my iPhone, it will compress to a proper iPhone usable size and I will be able to view it without any issue. With that realization, I am coming to think that something is wrong with the optimization process used by iTunes when syncing photos.
    Has anyone else had a similar issue or any ideas on how to fix this? It would be far easier to have iTunes compress and optimize the photos while syncing my iPhone to my PC than to have to manually view and save them via Safari on the iPhone itself.
    Thanks,
    grawalt

    Further information: We setup the same account on another iphone. Contacts work fine there. Time to ask for a replacement?

  • Viewing large PDF files over Ethernet

    maybe it'ts not the right forum, but users handling big PDF files might have a tipp.
    My PDF files are about 180 MB big and about 30 pages long, consisting highres images. The scrolling throug the document takes ages. I do have a fast Windows 2003 server connetect over 1GB ethernet to my XP workstation.  When I copy the PDF file to the workstation it works fine.
    Is there a trick to get some kind of caching the open filestream during scrolling?
    I use Acrobat 7.1.0.
    thank you
    Michael

    Post your question in the forum for Adobe Acrobat.

Maybe you are looking for

  • Sap version what is the difference between 4.7ee and 6.0

    Hi Gures        Now I am working in 4.7ee version but next month onwards in my company they r going to use 6.0 so I want to what is the canges with 4.7 to 6.0? as well can u give details about new g/l concept?

  • Go Live With Oracle On Linux

    Hi all, I thought you guys might be interested to know that this stuff is used out there... I work for a Government property management company ( Housing New Zealand ), and they were looking at downsizing their systems infrastructure. A subset of the

  • Using a function in multiple scenes

    I have a .fla project being created under CS4, using ActionScript 3.0, that consists of multiple scenes. In the code attached to the first scene, I define some functions that are used as methods on buttons: function MouseDown(TheKey:Object):void TheK

  • Pixma MG5220 Windows 7 can't find wi-fi connection

    I have used a Pixma MG5220 printer with my Windows 7 machine for a long time.  Recently, however, I needed to re-format and re-initialize the PC.  I have the MG5220 as a wi-fi printer on the home network.  I see it as a network device in Windows Expl

  • ICloud swallowed my contacts

    This week I opened my Address Book and found all the pages BLANK! then my iCal stopped working and will not open and I spent a whole day getting my Mail working after most of my accounts went Offline. I don't know how this happened but I think it has