Cfimage and .tif

I'm reading a scanned TIF images from a network drive, converting it to png then manipulating  it adding a "watermark" then pushing it to the browser. For some images, it works but for others, I get an I/O error.
An exception occurred while trying to read the image.
I/O error reading image metadata!
Here  is my code
  <cfimage action="read" name="invoiceImg" source="#img#" >
          <cfimage action="convert" destination="e:\inetpub\wwwroot\CFShared\CFTemp\epay-pel/img.png" source="#invoiceImg#" overwrite="true" >
          <cfimage action="read" name="invoiceImg" source="e:\inetpub\wwwroot\CFShared\CFTemp\epay-pel/img.png" >
          <cfset ImageResize(invoiceImg,"850","","blackman",2)>
          <cfset attr=StructNew()>
          <cfset attr.size = 58>
          <cfset attr.style = "bolditalic">
          <cfset attr.font = 'Arial Bold' />
          <cfset ImageSetDrawingColor(invoiceImg,"red")>
          <cfset ImageSetDrawingTransparency(invoiceImg,40)>
          <cfset ImageDrawText(invoiceImg, "GR Not Completed",175,200,attr)>
          <cfset ImageDrawText(invoiceImg, "ff-GR Not Completed",145,250,attr)>
          <cfset ImageAddBorder(invoiceImg,2,"black")>
          <cfimage action="writeToBrowser" source="#invoiceImg#" format="jpg">
          <cffile action="delete" file="#expandpath('/lib_temp')#\epay-pel/img.png">
Any Help would be great.
Product Version 9,0,1,274733 Enterprise.

An exception occurred while trying to read the image.
I/O error reading image metadata!
The error occurred in E:/inetpub/wwwroot/cfusion3.nrcan.gc.ca/auth/epay-pel.nrcan-rcan.gc.ca/application/view/pu blic/dsp_client_elec_manager.cfm: line 188
Called from E:/inetpub/wwwroot/CFShared/CFTemp/epay-pel/parsed/do.v_public.client_elec_manager.cfm: line 9
Called from E:/inetpub/wwwroot/CFShared/Frameworks/fusebox5/fuseboxExecutionContext.cfc: line 46
Called from E:/inetpub/wwwroot/CFShared/Frameworks/fusebox5/fuseboxApplication.cfc: line 624
Called from E:/inetpub/wwwroot/CFShared/Frameworks/fusebox5/myFusebox.cfc: line 318
Called from E:/inetpub/wwwroot/cfusion3.nrcan.gc.ca/auth/epay-pel.nrcan-rcan.gc.ca/application/model/ public/act_client_elec.cfm: line 10
Called from E:/inetpub/wwwroot/CFShared/CFTemp/epay-pel/parsed/c_public.client_elec.cfm: line 61
Called from E:/inetpub/wwwroot/CFShared/Frameworks/fusebox5/Application.cfc: line 232
Called from E:/inetpub/wwwroot/CFShared/Frameworks/fusebox5/Application.cfc: line 220
Called from E:/inetpub/wwwroot/CFShared/Frameworks/fusebox5/fusebox5.cfm: line 57
Called from E:/inetpub/wwwroot/cfusion3.nrcan.gc.ca/auth/epay-pel.nrcan-rcan.gc.ca/application/index. cfm: line 35
186 :           <cfdump var="#img#"> 187 :      <cfdump var="#IsImageFile(img)#"> 188 :      <cfimage action="info" name="invoiceImg" source="#img#" structname="st" isbase64="false"> 189 :      <cfdump var="#st#"> 190 :      <cfimage action="convert" destination="e:\inetpub\wwwroot\CFShared\CFTemp\epay-pel/img.png" source="#invoiceImg#" overwrite="true" >
Resources:
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser 
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.6 (KHTML, like Gecko) Chrome/16.0.899.0 Safari/535.6
Remote Address 
132.156.31.85
Referrer 
http://dev1-cfusion3.nrcan.gc.ca/auth/epay-pel.nrcan-rcan.gc.ca/application/index.cfm?acti on=c_public.client_elec_terms&s34=581&dadae026816e5fa4d153c15f2191a
Date/Time 
05-Oct-11 02:46 PM
Stack Trace
at cfdsp_client_elec_manager2ecfm2027928051.runPage(E:/inetpub/wwwroot/cfusion3.nrcan.gc.ca/ auth/epay-pel.nrcan-rcan.gc.ca/application/view/public/dsp_client_elec_manager.cfm:188) at cfdo2ev_public2eclient_elec_manager2ecfm44235985.runPage(E:/inetpub/wwwroot/CFShared/CFTe mp/epay-pel/parsed/do.v_public.client_elec_manager.cfm:9) at cffuseboxExecutionContext2ecfc180684195$func__EXECUTEDYNAMICDO.runFunction(E:/inetpub/www root/CFShared/Frameworks/fusebox5/fuseboxExecutionContext.cfc:46) at cffuseboxApplication2ecfc363897832$funcDO.runFunction(E:/inetpub/wwwroot/CFShared/Framewo rks/fusebox5/fuseboxApplication.cfc:624) at cfmyFusebox2ecfc1054716737$funcDO.runFunction(E:/inetpub/wwwroot/CFShared/Frameworks/fuse box5/myFusebox.cfc:318) at cfact_client_elec2ecfm102897985.runPage(E:/inetpub/wwwroot/cfusion3.nrcan.gc.ca/auth/epay -pel.nrcan-rcan.gc.ca/application/model/public/act_client_elec.cfm:10) at cfc_public2eclient_elec2ecfm1224764039.runPage(E:/inetpub/wwwroot/CFShared/CFTemp/epay-pe l/parsed/c_public.client_elec.cfm:61) at cfApplication2ecfc735759280$funcONREQUEST._factor2(E:/inetpub/wwwroot/CFShared/Frameworks /fusebox5/Application.cfc:232) at cfApplication2ecfc735759280$funcONREQUEST.runFunction(E:/inetpub/wwwroot/CFShared/Framewo rks/fusebox5/Application.cfc:220) at cffusebox52ecfm865498566.runPage(E:/inetpub/wwwroot/CFShared/Frameworks/fusebox5/fusebox5 .cfm:57) at cfindex2ecfm404476662.runPage(E:/inetpub/wwwroot/cfusion3.nrcan.gc.ca/auth/epay-pel.nrcan -rcan.gc.ca/application/index.cfm:35)
coldfusion.image.ImageReader$ImageReadingException: An exception occurred while trying to read the image. at coldfusion.image.ImageReader.readImage(ImageReader.java:110) at coldfusion.image.Image.<init>(Image.java:250) at coldfusion.tagext.io.ImageTag.doStartTag(ImageTag.java:431) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfdsp_client_elec_manager2ecfm2027928051.runPage(E:\inetpub\wwwroot\cfusion3.nrcan.gc.ca\auth\epay-pel.nrcan-rcan.gc.ca\application\view\public\dsp_client_elec_manager.cfm:188) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfdo2ev_public2eclient_elec_manager2ecfm44235985.runPage(E:\inetpub\wwwroot\CFShared\CFTemp\epay-pel\parsed\do.v_public.client_elec_manager.cfm:9) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cffuseboxExecutionContext2ecfc180684195$func__EXECUTEDYNAMICDO.runFunction(E:\inetpub\wwwroot\CFShared\Frameworks\fusebox5\fuseboxExecutionContext.cfc:46) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:517) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:496) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:355) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2301) at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:382) at cffuseboxApplication2ecfc363897832$funcDO.runFunction(E:\inetpub\wwwroot\CFShared\Frameworks\fusebox5\fuseboxApplication.cfc:624) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360) at cfmyFusebox2ecfc1054716737$funcDO.runFunction(E:\inetpub\wwwroot\CFShared\Frameworks\fusebox5\myFusebox.cfc:318) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360) at cfact_client_elec2ecfm102897985.runPage(E:\inetpub\wwwroot\cfusion3.nrcan.gc.ca\auth\epay-pel.nrcan-rcan.gc.ca\application\model\public\act_client_elec.cfm:10) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfc_public2eclient_elec2ecfm1224764039.runPage(E:\inetpub\wwwroot\CFShared\CFTemp\epay-pel\parsed\c_public.client_elec.cfm:61) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfApplication2ecfc735759280$funcONREQUEST._factor2(E:\inetpub\wwwroot\CFShared\Frameworks\fusebox5\Application.cfc:232) at cfApplication2ecfc735759280$funcONREQUEST.runFunction(E:\inetpub\wwwroot\CFShared\Frameworks\fusebox5\Application.cfc:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:491) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:337) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360) at cffusebox52ecfm865498566.runPage(E:\inetpub\wwwroot\CFShared\Frameworks\fusebox5\fusebox5.cfm:57) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfindex2ecfm404476662.runPage(E:\inetpub\wwwroot\cfusion3.nrcan.gc.ca\auth\epay-pel.nrcan-rcan.gc.ca\application\index.cfm:35) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:360) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:94) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:79) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:200) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Similar Messages

  • Full Page view for PDF and TIF attachments

    Hello Can any one help please, I upgraded my software for my device and no longer have the options for "full page view" to see detailed PDF and TIF attachments. This is a big problem for me please help. Thanks in advance.
    Message Edited by pltcare on 07-24-2009 02:11 PM
    Message Edited by pltcare on 07-24-2009 02:12 PM

    BTW I just checked the new Tour for sprint has the same problem.

  • Problems opening JPEGs and TIFs generated in Lightroom

    I have noticed a peculiar problem with some JPEGs and TIFs. If I have some JPEGs in a folder and I want to open it, on some JPEGs (not all, and I can't figure out what the criteria that makes it do this on some) the image opens in Adobe Camera Raw with the 4.3.1 JPEG dialog box. It then applies "workflow options" which I may not want to apply.
    If I have a finished JPEG in a folder, I don't necessarily want to run it through ACR when I open it. Does anyone know what's going on here, and what I need to do to disable this? All I want to do is open my file. Does anyone know what's going on here and how I can turn off ACR? If I do command-I and check what these files are supposed to be opened, it says with Adobe PSCS3.
    Secondly, yesterday I noticed a related problem with TIFs. I had processed 200 raw files in lightroom, applying various color corrections, crops, rankings, etc. I wanted to export them in colormatch to give to a client, but Lightroom does not offer Colormatch as an option for color space upon export. So I kept them in prophoto and figured I would write and apply an action that would open them in photoshop, convert them to colormatch, then saving and closing them.
    Note that these were finished, 16 bit, color corrected TIF files. When I opened the exported folder of TIFs in Bridge, Bridge applied its own color and exposure adjustments, blowing out my already corrected and finished files. I could not find anything in preferences that would stop this, nor could I find a way to correct the problem in any other way. For a workaround, I opened a file and wrote an action that I turned into a droplet, and then dropped the whole folder on to the droplet to accomplish the conversion.
    Any thoughts on what's up and what I can do? Thanks for any input.
    Paula Lerner
    http://www.lernerphoto.com
    AFGHAN STORIES:
    http://galleries.lernerphoto.com/BGA
    http://tinyurl.com/2s8pqa

    Yeah, I'm positive I'm looking in the right place.
    as you can see from the [crappy] screenshots, the picture is gone.

  • Corrupt Screen Shots (png and tif)

    Hi
    I and a few screen shots which I took some months back using the 'shift-command-3' key combination. They were saved in .png and .tif formats.
    I opened them today to find that the .png ones were all black (i.e., corrupted) and the .tifs appeared in negative 'white and black' images rather than colour.
    Any idea what's gone wrong here? Or how to recover the images?

    The easiest way to change the format is to download the free app OnyX. In OnyX go to Parameters/General and change the screen shot format to jpg. From that point forward the screen shots you take with those keyboard commands will be jpgs.
    http://www.titanium.free.fr/download.php?sid=b7bf7f330825adff63b3dbf74eaa4b55

  • Dng and tif file with the same name, in the same Lightroom folder

    If I have both a dng and tif file with the same name, in the same Lightroom folder, I can only see and access one of them. Is there a setting I can change in order to see both of them?

    If you can only see one of them, which one can you see?
    Was the DNG and the TIF imported at the same time?
    How are you trying to "access" the files?
    The more details you can provide, the more likely it is that someone will be able to help you.

  • Question regarding cfimage and its' hotfix

    Ok, I've browsed through numerous threads regarding cfimage
    issues and the various hotfixes.
    Seeing as I am not the administrator of my server's copy of
    ColdFusion, I wanted to see if I could verify that the latest
    hotfix was installed. I had seen someone post a version number in a
    thread from months ago, but I do not have the same version number
    and do not know how valid that build would be as of now anyway. The
    version number that I get when retrieving the server info is
    8,0,1,196946. Is this consistent with the latest cfimage hotfix
    version?
    On a side note, if anyone has a moment and can test
    something:
    I'm having trouble when resizing/writing certain jpgs (I've
    tried various methods at this point, including cfimage of course).
    http://img299.imageshack.us/img299/2839/imageqp8.jpg
    is an example of an image that is giving me problems (hanging while
    processing, leading to a timeout). If someone who is certain they
    have the hotfix could try this and verify that it works for them,
    it would help narrow down the list of potential issues for me.
    Thanks for any help.

    > I wanted to see if I could verify that the latest hotfix
    was installed
    I could be wrong, but I think you will need administrative
    access to determine the hotfix level. I believe
    CF8
    Cummulative HF1 includes some image related fixes. However,
    there were two image hotfixes. Unfortunately both were released
    with the same number, but on two different dates. AFAIK, the only
    way to tell if the later image hotfix is installed is to check the
    file date. It should be
    08/15/2008
    I ran a few tests on the image and had no problems with it:
    CF: 8,0,1,195765
    Image Hotfix (hf801-71557.zip - 8/15/2008) installed
    O/S: XP
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403823

  • Editing in Photoshop Elements 9 (tiff and tif)

    Last week at the end I moved to Aperture. Now I've some problem when I edit with Photoshop Elements 9.
    I've setted Aperture to transfer a 8 bit tiff to photoshop now Aperture tranfer a .tiff file to photoshop and when i save (not save as) photoshop save back a .tif file that obvisioly Aperture don't see..
    There is a way in Aperture to set to export a .tif or in photoshop to save a .tiff; I know it is just a matter to remember to add an "f" before saving but it is so easy to forgot....

    Only your camera can save as NEF. It's not even a file, really, a Raw is just the dump of the data from your camera sensor.
    When you process (or edit) a Raw it has to be saved as something else - in this case a Jpeg.
    You can choose tiff in the Preferences if you prefer.
    But there is no way to edit a raw file and then send it, as a raw, to another editor on any system.
    You can also process your Raw with a 3rd Party app like ACR or Photoshop. But iPhoto does not handle this gracefully and it's a bit of a kludge.
    First off set your preferred app as an external editor in iPhoto:
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Note that iPhoto sends a copy+ of the file to Photoshop, so when you save be sure to use the Save command, not Save As... If you use Save As then you're creating a new file and iPhoto has no way of knowing about this new file. iPhoto is preserving your original anyway.
    Next: In the iPhoto Preferences -> Advanced, elect to use Raw with your External editor:
    Uploaded with plasq's Skitch!
    Now when you go to edit the Raw it will be sent to your external editor.
    Now for the kludge:
    You cannot save a Raw. The work you do must be output to a new file, in a new format (jepg, tiff, whatever). However, as the External Editor is making this new file iPhoto has no knowledge of its existence. Therefore you *must save it to the desktop and then import it back to iPhoto as a new file*.
    This means that you will have your Original Raw and the processed version in iPhoto but they will not be recognised as version and original. iPhoto will see them as two separate shots.
    Regards
    TD

  • Elements 10 and .tif files and set as default???

    I have a new Dell All-In-One built to run Windows 8, but on which I have installed Windows 7. I transferred the contents of my old computer to my new one using PC Mover. Elements 10 works somewhat. Two problems: First I can not set Elements 10 as the default application to open RAW images; Second, I can save a file as a .tif, but when I double click its icon, it will not open. I CAN open that .tif file in PaintShopProPhoto. Help please much appreciated.

    properly install adobe programs.  do not move/migrate/etc.
    at this point uninstall pse 10, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and then properly install pse 10.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Importing PSDs and TIFs with same image # as related RAW

    Before I got LR4 I developed a series of images (thousands) with Bridge and Photoshop.  I've now decided to build a LR catalog of the series.
    As I import I want to use the Image # option to rename files, making the whole mess of photos "cleaner" with unique names, etc.  Of course I want ot import Raw's and the Tif/Psd images I made along the way.  I notice the Image numbering process does NOT recognize the relationship between the raw and edited files.  So files (img_123.nef and img_123.tif) become (img-01.nef and img-02.tif).  I would prefer the tif file be named img-01.tif so the link between the two remains obvious.
    Is there a way to make this happen?  Key to creation date & time? 
    I realize this is a really specific issue, but if the point is to make the series tidier and more coherent it would be a useful feature.
    Thanks in advance.

    Date and time works, but it's a little indirect and you can't so easily search for this. You can IIRC extract just the numerical part of the original image filename, and build that into your renaming options - maybe along with a sequence number to impose uniqueness. This should be buried inside all versions derived from the same original capture, at least by default.
    As one example, you could get maybe ... 00024-img121.nef, 00025-img122.nef, 00026-img122.tif, 00027-img122.tif, 00028-img123.nef ... - if you had two added TIF edits of the image with 122 in its original name, as well as an original Raw of 121, 122 and 123. A text search for "img122" would then find all related versions.

  • Differences between PDF and TIF

    Printing a file to TIF or pdf as a bitmap image format gives me WYSIWYG
    However, when I print the same file in pdf format, part of the data on the right side of the page is missing although the print preview looks good.
    As far as I know, in the first case, the printer is dealing with raster data whereas in the second case, the printer is dealing with vector data.
    I would like to know more about the differences between raster and vector printing and I would appreciate if anyone has any ideas on how to fix this.
    Thanks in advance!

    This has nothing to do with the pdf specification, but a function of the
    software running, the OS, and the printer driver. If part of the data is
    missing the problem probably lies with the application software or the
    printer driver. If you are using Acrobat to create the pdf, please
    repost in that forum, that is where you will get the most help.
    Mike

  • Orion and TIF Images

    Hi all,
    I am running orion (oc4j) with SSL
    I want to display image files to the browser without having to go through IIS. Does anyone know of any good TIF Image Servlets that will let me display images without having to start IIS?
    Or - if I run SSL on orion does it apply to my IIS?
    Thanks

    I installed Alternatiff in IE 8 but this did not work.Sorry, I don't understand, are you able to view TIFFs in the browser, or not? If not, they won't be viewable in the Document Explorer either. If you can view TIFFs in the browser, but the Document Explorer still shows nothing (I see no reason why) then I'm at my wits' end.
    Alternatively, you could use a different task flow to display the image (which works with web-viewable conversions rather than native files). From what I understood you intend to use the Document Explorer to navigate in the content repository, and I'm not aware of any task flow that would provide both functions - which leads to the conclusion that you might want to write one of your own.

  • Looking for a java-based SDK that handles file conversion to PDF and TIF...

    Hi all,
    First off, this is my first posting so I'm not 100% sure where to post this topic. So please forgive me if I'm accidentally posting in the wrong location.
    My question deals with a project I am currently working on.
    I am looking for a java-based SDK that can meet the following requirements...
    1) convert all printable file-formats (i.e. JPEG, DOC, TXT, PPT, etc.) into PDF
    2) merge multiple PDFs into one PDF
    3) convert PDF to TIF or at least do some sort of conversion to TIF
    4) works in Java or some sort of web-based language
    5) free or relatively cheap
    Any advice/suggestions would be greatly appreciated.
    Thank you very much.

    I don't think you will get one API to do them all.
    Some helpful hints:
    [http://schmidt.devlib.org/java/libraries-pdf.html]
    [http://xmlgraphics.apache.org/fop/] (with the pdf-image extension, that I can't find now :shakefist)
    JAI

  • Cfimage and non-english characters

    I've been googling for hours and just can not find anything
    related to this, very strange, I am trying to use ImageDrawText
    draw Chinese onto an image but could never get it to work, tried so
    many things, setting the page encoding to UTF-8, cfcontent,
    setEncoding etc., it displays the Chinese fine on the page, but
    passing it to the ImageDrawText method, writetobrowser gives me an
    image with all square boxes instead of the chinese characters.
    anyone else having same problem with other non-english
    languages?
    thanks

    edwardch wrote:
    > thanks, tried Arial unicode MS, but unfortunately my
    hosting server doesn't
    > have the font :(, CF gives an error: Unable to find
    font: Serif.
    serif? not sure where that's coming from. can you try "@Arial
    Unicode MS"?
    unfortunately this is image work so you *have* to have a
    unicode capable font
    physically available (unlike PDF/flashpaper where you might
    "poke & hope" that
    the font's on the client & simply not embed the font).
    > Have also tried Lucida Sans Unicode, doesn't work for
    Chinese.
    no it doesn't.
    > and can't find the Arial unicode MS.ttf file, even if I
    have the file, how can
    > I install it using coldfusion codes?
    you can't, either have to add it via windows control panel
    (or whatever for
    linux) or via cfadmin font management. see these for
    potential fonts, etc.
    http://en.wikipedia.org/wiki/Arial_Unicode_MS
    http://en.wikipedia.org/wiki/Free_software_Unicode_typefaces
    http://en.wikipedia.org/wiki/Unicode_typefaces
    http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=FontDownloads
    or you might simply ask your host what fonts are on the
    server that can support
    chinese.

  • Cfimage and crop with direct links

    Hello,
    I need some advice..
    I want to have users reference images from my site but only certain sections (IE: http://somedomain.com/getimg.cfm?ID=123&section=1).  Below is the code I have but it only outputs a variable like coldfusion.image.Image@174e3a9 rather than the actual image.  I understand cfimage has a writeToBrowser action but that outputs html source which wont allow my users to have a direct link.
    <cfprocessingdirective suppresswhitespace="yes">
    <cfimage source="d:\test.jpg" name="myImage">
    <cfset ImageCrop(myImage,0,0,534,474)>
    <cfcontent type="image/jpeg" >
    <cfoutput>#myImage#</cfoutput><!--- does not output actual image --->
    </cfprocessingdirective>

    You can also prevent direct links (although not fool-proof) by checking the HTTP_REFERER at http server level, using mod_write or isapi_rewrite (or similar). You can easily find examples for this by searching the internet.
    About cfcontent then... the correct usage would be <cfcontent variable="#myImage#" type="image/jpeg"> , but since cfcontent does not support a ColdFusion image object, but rather variables or binary objects read by cffile, save the cropped image to a disk with the cfimage tag, then read it using cffile.
    Better yet, if you are using ColdFusion 9, use the ram://-drive instead of physical disk for less I/O load.
    - Fernis - fernis.net - ColdFusion Developer For Hire

  • Thumb, jpg's and tif's

    I have a question.
    How do we export not only the thumbnail, and full sized rgb jpg for the gallery,
    but also export the edited cmyk tiff from which the thumb and jpg are created?
    Not only that, but we seem to be required to export that full rez cmyk tiff to a different server(via ftp as with the gallery), and have a link to it(the tiff) in the gallery, thus giving the user the option to download the rgb jpg, and/or the cmyk tiff?
    So the gallery and rgb jpg is on one server, and the cmyk tiff is on the other gallery.
    Thanks very much in advance.

    Also noted that 260 dpi or there abouts is the highest export...something short of the 300 dpi our cameras are creating is the highest LP will let you do.
    <pedantic mode>
    digital files do not have a dpi. They only have pixel dimensions. Your camera does not create a file at a a certain dpi, it just tags your file with a number that has no meaning whatsoever. Only when you print does your image suddenly have a ppi (NOT dpi, which means something completely different). For example, a 3000x2000 pixel image (i.e. from an old 6 MP camera) has a ppi of 500 when printed at 4x6", a ppi of 250 when printed at 8x12" and one of 166 when printed at 12x18" without rescaling. All the exact same file. The "dpi" field that photoshop sometimes uses (it assumes 240 if the number is not present) is to suggest a certain print size, but it is completely meaningless beyond this suggestion. The ppi/dpi metadata field in a digital image file has absolutely nothing to do with image quality or resolution. The only thing that matters are the actual image dimensions in number of pixels.
    </pedantic mode>
    You can select any ppi in the export dialog that you like. Lightroom will either rescale using this info if you elect to "resize to fit" and specify a size in inches or cm, or it will only write this tag to the file as metadata info if you do not rescale or if you rescale to dimensions in number of pixels. Note that Lightroom will only write this tag when you do NOT select "minimize embedded metadata"

Maybe you are looking for

  • PDF with comments crashing, using InDesign CS3

    I'm using OS10.6 and switching back and forth between Acrobat Pro 9.3.4 and InDesign CS3 5.0.4.  I have Firefox running too, as well as Bridge and Word. The PDF was originally made by me.  I email it to my client and she adds comments using her Windo

  • Lot Size Check at Good Receipt in MIGO

    How can I check lot sizes at the point of GR within MIGO? (as oppose to qty tolerances). Example, if my lot size is 100 and I raise a PO for 100 at the GR is for qty 80 (i.e not a complete lot size, which could mean a split pack) how can I get the sy

  • Is there any way to deauthorize less then 5 computers from account window?

    Hi. I have 4 computers authorized under my username. I want to unauthorize them all but there is no option in the account information. I had recently reformatted 2 of the computers but hadn't deauthorized them before the reformat. I wasn't aware I ha

  • VAT code change in NL on 1-JAN-2001

    The highest VAT code changes from 18 to 19% in the Netherlands on the first of January. We have put all you need to do in a short checklist in Dutch below. BTW hoog wordt 19% in 2001 CONSEQUENTIES IN ORACLE FINANCIALS Per 1 januari 2001 aanstaande ve

  • Using Adobe Standard as default application

    I had to download Adobe Reader for a document that I wanted to open and read.  After doing this, the reader has become the default for opening all PDFs instead of my Adobe Standard.  Now, in order to open a PDF in standard so I can work on it, I have