Skip to content
#

image-metadata

Here are 23 public repositories matching this topic...

exiv2
ioctl-user
ioctl-user commented Jul 11, 2021

There is two issues.

  1. For example, I want treat with "-t" option two files in the same directory:

IMG_20210101_123456001.jpg
IMG_20210101_123456002.jpg

The second run will fail, because these files should have the same name. Is it possible to add optional additional numeric extension like Android camera does? Like this:

20210101_123456.jpg
20210101_123456_1.jpg

  1. Google Camer
JacksonMaxfield
JacksonMaxfield commented Apr 6, 2021

In determining the correct reader for the file provided we currently have two options (as of #224).

  1. Providing reader param to AICSImage (i.e. img = AICSImage("s3://some-file.ext", reader=readers.lif_reader.LifReader)
  2. Not providing a reader, and AICSImage looping over all SUPPORTED_READERS.

Option 1 is the fastest + safest method for loading a file into AICSImage (without using

Anime imageboard browser, aggregator, downloader, tagger, converter, collection manager. Download images from imageboards while keeping or modifying the original tag list, browse and create your own collections, configure workspaces for customizable image downloads with file and tag templating support. Create a workspace for your own images and annotate them with custom metadata such as author and copyright, and tag information.

  • Updated Aug 8, 2021
  • C#

Improve this page

Add a description, image, and links to the image-metadata topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-metadata topic, visit your repo's landing page and select "manage topics."

Learn more