On 12/05/2015 09:47 AM, Pedro Côrte-Real wrote:
> You can't "rearrange" the format if you don't understand it. We just
> don't for raw formats, not completely.

Again, speaking as someone who once wrote compilers and supporting
tools, that is not so.

A link editor does not need to know about that data its moving.  in the
case of a compile link load cycle the link edit does not need to know
about the machine code.  As far as its concerned those are just "blobs"
or data that can be treated as blocks.  its only the linkages that its
concerned with.  That's the whole point!

I admit that your role with DT is to manipulate what's inside those
blobs, the image data, so the linkages are important to you in that they
are correctly maintained so as to lead you to the image data.  I can
understand why you are touchy about this.  But as I say, link editing is
an old and well established practice.

> I'm one of these programmers and I admit my incompetence. There's no
> way I'd trust myself to write a tool to edit these raw files with an
> incomplete understanding of how they work.

Let's make it clear: I'm not talking about editing the picture data in
the blobs.  You obviously have an understanding of that data so as to be
able to manipulate the images as you do in DT.

But the issue isn't about complete or incomplete and it isn't about
every last RAW file in existence.  its about non-image data and its
about links.  Its about adequately defined information.

-- 
Never look a gift horse in the mouth.
    Saint Jerome, On the Epistle to the Ephesians

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to