exif
Here are 526 public repositories matching this topic...
Before you create an issue make sure that:
- Your issue is strictly related to LibrePhotos itself. Questions about setting up a reverse proxy belong in what ever reverse proxy you are using.
- You have read the documentation thoroughly.
- You have searched for a similar issue among all the former issues (even closed ones).
- You have tried to replicate th
Make Mapbox use that selected language rather than always English.
Mapbox has a guide on this here:
https://docs.mapbox.com/mapbox-gl-js/example/language-switch/
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
May 2, 2022 - Kotlin
-
Updated
May 2, 2022 - Python
-
Updated
Mar 11, 2022 - Python
We got lot of security issues in FCFileManager.m saying - Insecure Storage: Lacking Data Protection
Example:
[[((NSString *)content) dataUsingEncoding:NSUTF8StringEncoding] writeToFile:absolutePath atomically:YES];
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.
-
Updated
May 1, 2022 - C#
-
Updated
Apr 27, 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
Nov 14, 2021 - Go
-
Updated
Dec 15, 2021 - TypeScript
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Mar 30, 2022 - PHP
-
Updated
Sep 12, 2019 - Python
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
Feb 23, 2021 - C#
-
Updated
Jan 10, 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