<div dir="ltr">I hate not being able to figure this out but, I have an issue.  I'm not at all familiar with QT.  I'm using Windows 10 (latest stable build) and I just installed cmake and Qt.  I followed the instructions but, cmake is not able to find some things.  Here is the output:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.<br>-- Could NOT find Qt5 (missing: Qt5_DIR)<br>-- Configuring done<br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Core" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Gui" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Core" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Gui" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Core" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Gui" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Core" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Gui" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Core" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>CMake Error at CMakeLists.txt:21 (add_executable):<br>  Target "pgfdatabase" links to target "Qt5::Gui" but the target was not<br>  found.  Perhaps a find_package() call is missing for an IMPORTED target, or<br>  an ALIAS target is missing?<br><br><br>-- Generating done<br>CMake Generate step failed.  Build files cannot be regenerated correctly.<br></blockquote><div><br></div><div>Looks like missing Qt5_DIR.  I don't know how to resolve. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 13, 2020 at 9:06 AM Wesley Smith <<a href="mailto:wss7932@gmail.com">wss7932@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">This is fantastic news... I'll give this a go tonight.  Thank you.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 13, 2020 at 8:17 AM Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com" target="_blank">caulier.gilles@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I prepared a small set of codes to load compressed blob file from<br>
database and convert to png.<br>
<br>
It's on my github account here:<br>
<br>
<a href="https://github.com/cgilles/digikam-pgf-database" rel="noreferrer" target="_blank">https://github.com/cgilles/digikam-pgf-database</a><br>
<br>
To compile, you need Qt5 devel package (core and gui) and cmake :<br>
<br>
git clone <a href="https://github.com/cgilles/digikam-pgf-database.git" rel="noreferrer" target="_blank">https://github.com/cgilles/digikam-pgf-database.git</a><br>
cd digikam-pgf-database<br>
mkdir build<br>
cd build<br>
cmake ..<br>
make<br>
<br>
enjoy...<br>
<br>
Gilles Caulier<br>
<br>
Le mer. 13 mai 2020 à 14:39, Wesley Smith <<a href="mailto:wss7932@gmail.com" target="_blank">wss7932@gmail.com</a>> a écrit :<br>
><br>
> Ok. So that is a little beyond my knowledge base. Is there a way, having exported the blobs, to decompress them?<br>
> On May 12, 2020, 11:28 PM -0500, Maik Qualmann <<a href="mailto:metzpinguin@gmail.com" target="_blank">metzpinguin@gmail.com</a>>, wrote:<br>
><br>
> The actual blob is first of all a QByteArray compressed with qCompress.<br>
><br>
> Maik<br>
><br>
> Am Mittwoch, 13. Mai 2020, 05:05:41 CEST schrieb Gilles Caulier:<br>
><br>
> Hi,<br>
><br>
> blog are images in fact in wavelets compression format PGF :<br>
> <a href="https://en.wikipedia.org/wiki/Progressive_Graphics_File" rel="noreferrer" target="_blank">https://en.wikipedia.org/wiki/Progressive_Graphics_File</a><br>
><br>
> Best<br>
><br>
><br>
> Gilles Caulier<br>
><br>
> Le mer. 13 mai 2020 à 04:56, Wesley Smith <<a href="mailto:wss7932@gmail.com" target="_blank">wss7932@gmail.com</a>> a écrit :<br>
><br>
> I have managed to lose an entire collection of images spanning years.<br>
> I've tried every way to get them back but, they are gone. I can still<br>
> see all of the thumbnails and so I know I can somehow extract them but, I<br>
> don't know how. It's the only thing I have left of them. I know they're<br>
> small but, that's better than gone. I have tried opening the database in<br>
> sqlite browser and extracting, I've tried a python script that was<br>
> hopeful but, the files exported are not images, just *.blob. What can I<br>
> do?<br>
><br>
><br>
><br>
><br>
><br>
</blockquote></div>
</blockquote></div>