mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-27 03:37:33 +00:00
This just fingerprints the files, without actually searching for matches. This allow users who just want to submit fingerprints to analyze already matched files or to analyze and match files manually.
Updating Resources
This directory contains all external resources, like icons, used by Picard.
Picard utilizes the PyQt5 Resource System for using these resources in application. For more information about the PyQt5 Resource System see this documentation.
For adding a new image into existing resources, follow these steps:
-
Add image file (like .png) into
resources/images/and source file (like .svg) intoresources/img-src. -
Generate new .qrc file. This would automatically detect any changes in directory.
$ python3 makeqrc.py
-
Create binary of all resources which will be used by Picard.
$ python3 compile.py