Final Workflow Steps: Which is Correct and Why?

When editing RAWs, what is the most advantageous way to end your workflow in creating a TIF or Photoshop file? (and why???!!!): (what order should these steps be in?):
-converting from aRGB to sRGB (assuming of course you wanted to do that for outside lab processing)
-resizing for proper print resolution
-converting from 16 bit to 8 bit
-final sharpening (I use Smart Sharpening and then fade in luminosity mode at 100%)
I can think of arguments for putting these final steps in various orders, but there has to be 1 definitive final order (I don't know what it its). Perhaps the answer to this would be a subjective analysis of the final prints (in large formats) with different workflow orders....or perhaps it's a mathematical answer that only someone like Thomas or John Knoll could answer. I think a lot of us do these things in a certain order over time and just assume what we do is most proper workflow order. I've recently watched the workflow of several longtime professional photographers....and each had a different final workflow order before saving as a TIF. I've also corresponded with several well known PS and photography authors that had different opinions (I don't want to say who). Perhaps the answer is....if I can't see the difference, then it doesn't matter.

Personally (note reverse order relative to OP)...
I would lose precision last (i.e., bit-depth)
I would lose number of colors next-to-last (i.e., convert color space)
I would final-sharpen with the final size accomplished.
cheerios :)

Similar Messages

  • Which is better and why a = new String("AA") or a = "AA"

    Hi,
    Which is better and why
    String a = new String("AA") or
    String a = "AA"
    Does invoking a construtor waste memory? Please explain in detail.
    Thanks in advance
    Deepak

    > So in case "AA" not there in string pool,
    That is not correct.
    does new creates "AA" on string pool as well as heap memory?Yes. The literal "AA" points to a pooled String object. The new operator creates a new String object with the same character sequence ("AA"). You can verify this with a little code...
    String s = new String("AA");
    assert s != "AA";
    assert s.equals("AA");
    assert s.intern() == "AA";~

  • Which is better and why: Safari or Firefox?

    Which is better and why: Safari or Firefox?

    Thx, I've been using FF on my MacBook, as I did with PowerMacs before that. I used to work in the industry and stay up on current trends; but, I'm just a regular user with a new MacAir now and hate to bother my SF/SJ peeps with trivial questions.
    As I start to load up the Air, I'm just a bit overwhelmed with the volume of bookmarks I've collected and organzied in FF on my MB.

  • Question: Which is better and why....RMAN catalog or Flashback Recovery

    Hey All,
    Newly testing and reading up on 10g. I am on information overload and would appreciate pro's advice on which to choose and why.
    Thanks,
    d.

    Different things, not necessarily alternative. That is, RMAN catalog is normally (at least should be) on another machine, and does not contain physical backups, but only information about them : physical backups are normally stored on external devices, like tapes.
    Flashback Recovery technique is based on Flashback logs in Flash Recovery Area, which is a disk area on local machine, and so cannot be unlimited.
    Therefore, Flashback Recovery is much faster than Media Recovery, since you don't need to restore anything, but you have limits in using that : your disks size.
    On the other hand, RMAN backups are safer, being physically elsewhere.
    See http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14220/backrec.htm#g1023042

  • I have a workflow transaction which got timeout and escalated to the next level. The comments in the approver's notes are just changed by the system in doing so.  For eg: "Moving John under Michael" gets changed into "Moving+John+under+Michael" during the

    I have a workflow transaction which got timeout and escalated to the next level. The comments in the approver's notes are just changed by the system in doing so.
    For eg: "Moving John under Michael" gets changed into "Moving+John+under+Michael" during the timeout/reminder notification. Any idea ?
    -Thanks,
    Arun

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • DECODE OR CASE - Which is better and why

    Oracle version: 11.2
    Problem: We have a huge table with 10M records, which needs to be processed daily.
    While loading data in table we have to handle condition if flag is =1 then '111' else '000'
    To implement this which one is efficient solution? .. using CASE or DECODE and why?
    Example:
    SQL> select flag,case when flag='Y' then '111' else '000' end from (select 'Y' as flag from dual union all select 'N' from dual);
    F CAS
    Y 111
    N 000
    SQL> select flag,decode(flag,'Y','111','000') from (select 'Y' as flag from dual union all select 'N' from dual);
    F DEC
    Y 111
    N 000

    Hi,
    For this job, they're equally efficient.
    For any job, where DECODE doesn't require a lot more code than CASE, they will be equally efficient.
    I recommend (almost) always using CASE. It's easier to understand and debug, and, if written correctly, will never be slower than DECODE.
    The only situation where I use DECODE is for very simple tasks (like the one you posted) where this is used inside a very complicated expression, and the slightly less coding needed for DECODE makes the larger statement easier to read.

  • In and EXISTS??which is better and why

    hi...
    Performance wise which is better IN or EXISTS and why..

    user8469486 wrote:
    hi...
    Performance wise which is better IN or EXISTS and why..DomBrooks pointed out that it may not matter due to query optimization rewrites.
    In theory it depends on circumstances.
    Correlated EXISTS subqueries tend to be efficient if the lookup is properly indexed. If the list of values is very small (especially if you only get one value) an IN subquery might be more efficient.

  • SAP BW or BO ? Which is better and why

    Hi,
    I dont know much about SAP BW so I am not able to compare which one is better.
    It would be great if someone could help me comparing these tools.
    Which one is better and why ?
    If a user is already using SAP BW and planning to start using SAP BO what could be the features he would go for ?
    I am thinking from the sales perspective for Business Objects to a BW user.
    Regards,
    Chinmay

    Hi,
    Someone might be able to provide you with the comparitive chart or a tabular format to make you understand the differences but I would say that SAP itself has designed the roadmap for the product integration wherever it suited the needs.
    I would like you go through the roadmap of SAP BI and BO integration and you would be able to yourself compare what is in and what is out and why.
    Please give the below link a look:-
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b00a1a75-c49d-2b10-0ebb-ecc80ab88994
    Happy reading.
    Please let us know if you need any further explanation to this.
    Cheers.

  • Hey, I want to buy a macbook pro or imac mini, I want to know which is better and why, is their going to be new macbooks ect released in 2-3 months thats better that i should rather wait for? Or buy one now ?

    Please help me i dont know which one to buy, and ive never owned one before but i have used my friends quite alot. Why is macbook's worth buying if you can get many products for the same price with better specs ?What makes it unique that it dominates basically the whole world.

    Hey,
    Thank's 4 the advice , but one of my main problems is I live in South Africa and apple products is x2 as much as what the usa doller is for it. Eg Macbook pro starting price $1199 american dollars and directley converted to South African currency is R9160.30.... but the problem is if i want to buy it in my country it has been marked up alot and a Macbook pro starting price for me will be R13000 for 13 inch and if you directley convert our price into american dollers its $1704.30 american dollars, so thats +600 dollers more.
    So its much more expensive to buy products in my country and thats just the starting price.
    I want mobality but i was also thinking (imac mini) is kinda portable and can plug into any1  T.V u know.
    So like i really do t know what to get and that, because its alot more money to spend than the US dollar.
    So i really want you to put your self in my position you know...
    And what is classified as a good monitor???
    And i want to know why my friends say that the imac mini is pathetic , but i think it losts longer than most windows laptops, what do you think ??
    And can i who lives in south africa buy products directley from apple them selves ??
    Thank's man , hope you can help me out here!
    Hope other people can c this 2
    Brent

  • Which Is Better, and Why?

    I still have some questions about iCloud. I'm not entirely sure why this is an improvment over MobileMe. I used to be able to upload and share any type of file. Now I can't. Why should I be excited about iCloud?

    among other features, icloud is most improved in that it has pushing services that push changes on one device to another device you may have. if you start a book on one device, continue from where you left off on another. buy a song on your ipod, it's waiting for you on your ipad. same with apps downloaded, photos taken, and certain game scores. and for those of us (like myself) who only have one idevice, it backs up all these things on both the computer you sync it with and in the cloud for free (or, 5gbs of it anyway).
    while icloud is replacing mobileme, it's a new service with many new features and uses. that being said, due to the high volume of usage, i'm sure you've heard complaints of icloud not being so "seamless." while this is not the case for me (knock on wood) thus far, it is for many others so i see where you're coming from when you say you're not excited about it. that being said, like pvonk said, you have until mid 2012 to continue to enjoy mobileme, and by that time i would be shocked if icloud wasn't working seamlessly as an easy replacement and quick adjustment from mobileme.
    i'm sorry for your frustration, and i hope this helps
    cheers,
    zach

  • WHICH IS FASTER AND WHY

    Hi Guys,
    Just want to knw which is faster
    java.lang.String.toLowerCase()
    or
    java.lang.String.toUpperCase()
    Thanks,
    Tuniki

    A look into the source code tells me that
    toUpperCasemay be slightly slower in rare cases when a single lower-case
    letter needs to be converted to an array of upper-case double-bytes.
    However, this depends somewhat on the frequency of conversions.
    If you have frequently strings that are all-upper-case, use
    toUpperCase()and -- vice versa -- if the strings are frequently all lower-case, then prefer
    toLowerCaseboth methods first test whether a conversion has to be made at all.

  • Two proposed RAID configs on P965 - Which is better and why?

    Hello again,
    I've upgraded my signature to indicate my current status - case and power supply due in today.
    I'm considering getting a 3ware, Promise or Adaptec, dedicated RAID controller card and have a few questions.
         1. Am I correct in assuming that I will not have problems installing Mobo RAID after installing the system(WinXP Pro), as long as the system is on another non-RAID drive? (Raptor on SATA #1 - see signature)
         2. How much of a performance hit will I take by using the Mobo RAID instead of a dedicated controller card?
         3. SATA2 dedicated controller cards come in either a PCI or PCIe. The theoretical total transfer rate of the PCIe would be much higher than the older PCI: 133 vs 66 (I think). Am I correct about this and what is the real world experience on the subject?
    Thanks to everyone for their knowledge - you've really helped out.
    Bruce McFarland

    1) That would be a correct assumption. However, you will have to follow a certain procedure to switch to AHCI or RAID mode and to install the Intel Matrix Storage driver. Find the procedure here, worked for me on multiple occasions.
    2) Difficult to say, what type of RAID are we talking about? The ICH8R is pretty decent for an onboard solution, but a dedicated controller card will always be faster as it has it's own processor. Depending on the type of RAID, there can be a performance difference (for example RAID 3 or 5).
    3) Bandwidth is probably not your biggest concern. Main difference between PCI and PCI-E is that multiple components share a PCI bus, a PCI-E connection is point-to-point (a dedicated PCI-E lane). PCI-E should be faster than PCI, but again the difference depends on the type of RAID and your drive usage.

  • Which is better and why? the asus uf0f or the toshiba l505d=gs6000

    http://www.bestbuy.com/site/olspage.jsp?id=cat13504&type=page&pageIdentity=searchDriven&useProductSt...

    What machine do you have?
    Also, I've heard that if you bought something with a Visa card, Visa has their own protection plans you can get, which are apparently really good. Mastercard likely has something similar.

  • What is different between asp and jsp, which is better and why

    hi, i would like to know which script language is better (ASP or JSP). if you can give me a detail comparison. Thank in advance
    zhe

    What do you expect small-time loser?

  • Actiontec MI424WR revisions -- which will work and why?

    I ordered Verizon FiOS tonight, and during the checkout, it told me I needed specifically an Actiontec MI424WR revision I router.  The person I chatted with during the order told me only Rev I would work as well.  Regardless, will other revisions of the router work?  I'm looking on eBay and there are plenty of older revisions that are cheaper.  I'm ok with a Wireless G router since I'm only ordering 15/5 anyway.  If other revisions will not work, what's so special or new about Rev I?
    Thanks!
    Chris
    Solved!
    Go to Solution.

    quantumburnz wrote:
    I'm getting internet only, 15 down and 5 up, no TV.
    So any revision will work then?  Rev D, F, etc.?
    Yes

Maybe you are looking for

  • Extracting data from a SQL Server to BW

    Hi Experts,     Can somebody let me know how to extract data from a NON SAP     SQL Server I mean     1. Creating a Source System     2. Connecting to the SQL server     3. Creating datasources and extraction     Kindly help me its urgent     thank y

  • Generate Sender Service using UDF

    Hi Experts, We use a RFC lookup in one of our message mapping. We use a UDF to attain this. There is no problem in the RFC lookup. There is specific lines code which generates the Sender service during runtime in this UDF. Code: String strSenderServi

  • Constant Lag Spikes HELP......

    ok for 4 weeks now i have had a really rubbish latency when playing world of warcraft none stop it never lets up iv tryed my xbox and other laptop and its exactly the same :/ things i have tryed so far, wireless and wired connections, new laptop, for

  • Jdbc differences beteewn oracle 9i and oracle 8.1.7

    hi, we have developed a java app usign oracle 8.1.7 and its corresponding jdbc driver, and now we are trying to test this app against oracle 9i, bu the first thing we've encountered is that while oracle 8.1.7 jdbc returned a Timestamp from a date col

  • Arrayeditor assistance

    Hi  Forum , We're  building a sequencer into an existing Labview 5.0 Vi to automate our testing and processing. Our main Vi calls various non-LV programs from disk and runs tests and processes results from various samples for X amount of time. We hav