Helmut Kaufmann
- Gesamtaktivitäten 122
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 5
- Abonnements 32
Kommentare
Neueste Aktivität von Helmut Kaufmann-
[quote="rjackb" wrote: I have successfully imported about 11,000 referenced images from my Aperture library into Capture One 8.2.1. After the import, my Aperture projects show up as Capture One c...
-
Both, searching for years as well as keywords - even with hierarchies - would be straight forward even with the sqlite database that sits below. What it seems the software does is caching large par...
-
When you look at the underlying database, it becomes clear why there are performance issues. As long as the database schemas are not adapted, I would doubt that we will see significant improvements...
-
I had a similar iussue with Aperture. Here's what actually helped:- Checked if actually all images that were on disk were actually loaded in Aperture (surprisingly, quite a few were not and of cour...
-
While I still believe the GPS coordinates should be set to <empty> in CO when they are neither present in the image fiel nor the sidecar (as you cannot edit them in CO), I have found a way of setti...
-
I have increased the page size of the underlying SQLITE database from 1024 bytes to 4096 and get a subjective performance increase once the CO has started up with approximately 50k images.
-
Good afteroon,There have been quite a few posts regarding slowliness of the catalog on Mac (and probably the same challenge with Windows). The common conclusion mostly was that it matters little ho...
-
Yes, I do. But it cannot import files in folders that are not already hold images synced with CO. What I would have expected is an option that I can import twice (or more) a directory structure and...
-
Hi,My error handling is not perfect - and it actually did not find your CO database. Use as follows:To start tagging, you must point sidufi to the CO database, NOT the folder it is located in. Assu...
-
Just in case anyone is interested. Setting the page size of the underlying database to the size of the individual blocks on disks speeds up the access (pragma page_size=512; vacuum;). I have also s...