> For the complete documentation index, see [llms.txt](https://book.costoffreedom.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.costoffreedom.cc/index-2/image-identity-attribution-authorship.md).

# Image, Identity, Attribution, Authorship

> [Christopher Adams](https://github.com/costoffreedom/costoffreedom-book/tree/2206d40f4fbd41d7489de1da00d444b3d56f0f0a/book/appendix/attributions.html#christopher-adams)

We can say that a photographer owns her images, in the same way that an author owns her words. (The shorthand for this ownership is copyright.)

However, we should not conclude that the photographer has rights to her subjects, legally or morally, in the same way that an author has rights to her ideas. The reason that a photographer cannot make claims upon her subjects is that her work crosses that boundary between persons, and persons have their own rights which must be considered.

We are not so ignorant as to say that a photograph will steal our soul, and yet we are dimly aware of a danger in pictures of our faces or bodies, as if something can be taken from us, and get away, to who knows what end. We know there could be a “cost” to each photograph that is taken.

Photography did not always enjoy the protections of copyright. The argument went that manipulating a machine (in this case, a camera), did not count as a creative act.

Eventually, the question of whether making a photograph rose to the level of authorship was settled by the courts, in the affirmative. Photographers are the authors of their creations and thus own the copyright.

That photographs are protected by copyright also means that a photographer is free to release her work under a free license that allows others to use, reproduce, modify, and learn from her creations. The minimal requirement to re-use a freely licensed photograph is the simple gesture of giving credit or attribution to the photographer, in the manner she specifies.

Free licenses apply to a photographer’s rights as an author, and your rights as a user. However, they are silent on the legal and moral rights of the subjects of our photographs, which we might understand as the right of publicity.

In order to secure this additional right, the photographer must ask something of her subject.

The subject must consent not only to the photographer’s use of his image, and to others’ re-use and modifications of his image; he must also permit his name and identity to be associated with his image. That is the “cost” of the “freedom” of his picture. He lets a fragment of his soul escape out into the world, forever.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.costoffreedom.cc/index-2/image-identity-attribution-authorship.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
