2 , gobject-introspection
14 python3Packages.buildPythonApplication rec {
20 src = fetchFromGitHub {
24 hash = "sha256-qWeqUQxTTnmJt40Jm1qDTGGuSQikkurzOux8sZsmDQk=";
42 propagatedBuildInputs = with python3Packages; [
48 nativeCheckInputs = with python3Packages; [
55 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
59 description = "Magically transform your images";
60 mainProgram = "conjure";
62 Resize, crop, rotate, flip images, apply various filters and effects,
63 adjust levels and brightness, and much more. An intuitive tool for designers,
64 artists, or just someone who wants to enhance their images.
65 Built on top of the popular image processing library, ImageMagick with python
68 homepage = "https://github.com/nate-xyz/conjure";
69 license = licenses.gpl3Plus;
70 maintainers = with maintainers; [ sund3RRR ];