| 158 | } |
| 159 | |
| 160 | static void put_subjectarea(struct tiff_writing *into, const struct coord *box) |
| 161 | { |
| 162 | put_uint16(into->buf , EXIF_TAG_SUBJECT_AREA); |
| 163 | put_uint16(into->buf + 2, TIFF_TYPE_USHORT); |
nothing calls this directly
no outgoing calls
no test coverage detected