exif
Here are 546 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
Yes, I have noticed that the font sizes as well as the positioning of the dates and album texts are slightly too large and often clutters up the overall viewing experience.
Describe the solution you'd like
Through using CSS styles in the console and taking some inspiration from Google Photos, I have reduced the font sizes
Magick.NET version
10.1.0
Environment (Operating system, version and so on)
macOS Big Sur 11.6.3
Description
Magick.NET does not copy libraries to the correct location on macOS (or Linux).
When running I get the following error:
Magick.NET-Q8-AnyCPU: The type initializer for 'ImageMagick.MagickFormatInfo' threw an exception.
Magick.NET-Q8-AnyCPU: The type initi
-
Updated
Aug 5, 2022 - Kotlin
-
Updated
Aug 6, 2022 - Python
-
Updated
Aug 1, 2022 - Python
When Drag & Dropping a Folder in exifcleaner it clears the Metadata for the Folder. But It would be great if does clean Metadata for the Items inside it.
This would be helpful as if there are many Subfolders present in it.
We got lot of security issues in FCFileManager.m saying - Insecure Storage: Lacking Data Protection
Example:
[[((NSString *)content) dataUsingEncoding:NSUTF8StringEncoding] writeToFile:absolutePath atomically:YES];
-
Updated
Aug 5, 2022 - C#
-
Updated
Jul 31, 2022 - C#
In Exiv2/exiv2#2219 (comment) we discussed about the possibility of having some dead code in our codebase around the EXV_HAVE_MMAP definition:
As far as I can see we have the following preprocessor conditions:
```cpp
#if defined EXV_HAVE_MMAP && defined EXV_HAVE_MUNMAP
...
#elif defined WIN32 && !defined __CYGWIN__
...
#else
... <-- This is t
-
Updated
Jul 13, 2021 - JavaScript
-
Updated
Feb 27, 2019 - Java
-
Updated
Jul 10, 2022 - TypeScript
-
Updated
Jul 31, 2022 - Go
-
Updated
Jul 13, 2022 - TypeScript
-
Updated
Jun 20, 2022 - PHP
-
Updated
Sep 12, 2019 - Python
-
Updated
Aug 6, 2022 - Go
Hi,
I have a huge collection of photos, and think it would be nice to get back to the last position in image list when reopening the app, some kind of session restore in a way.
Thanks a lot for your work
Raphael
-
Updated
Aug 3, 2022 - JavaScript
Improve this page
Add a description, image, and links to the exif topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exif topic, visit your repo's landing page and select "manage topics."
Discussed in SixLabors/ImageSharp#2061
Originally posted by br3aker March 13, 2022
Current jpeg implementation lacks of COM marker support, does it need to support it? Should be easy to implement as this marker is just an array of bytes - itu spec leaves 'interpretation to the application', decoding API shoul