Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A homebrew lightweight image viewer.

License

NotificationsYou must be signed in to change notification settings

BLumia/pineapple-pictures

Repository files navigation

Yet another image viewer.

CIBuild Status
Windows BuildWindows CI
macOS BuildmacOS CI
Ubuntu BuildUbuntu CI

Pineapple Pictures - Main Window

Summary

Pineapple Pictures is a lightweight image viewer that allows you view JPEG, PNG, GIF, SVG, PSD, KRA, XCF, TGA, HDR, AVIF and some other frequently used image formats files quickly and easily, and also provide a Stay-on-Top window setting that allows you pin the window so you can use it to pin a reference image at the top and then you can work with other software.

Get it!

Maintained by the original author

Maintained by contributors / certain distro's package maintainers

Packaging status

Help Translation!

Translate this project on Weblate!

Build it manually:

Current state, we need:

  • cmake: as the build system.
  • qt6 withqt6-svg andqt6-tools: since the app is using Qt.
  • libexiv2: able to display more image metadata. (optional, but recommended)

Then we can build it with any proper c++ compiler like g++ or msvc.

Building it just requires normal cmake building steps:

$ mkdir build&&cd build$ cmake ..$ cmake --build.# or simply using `make` if you are using Makefile as the cmake generator.

After that, appic executable file will be available to use. You can also optionally install it by using the targetinstall (or simplymake install in case you are using Makefile). After the build process, you can also usecpack to make a package.

The project will try to build withexiv2 when it's available at build time, if you would like to build the project withoutexiv2, pass-DEXIV2_METADATA_SUPPORT=OFF tocmake. The project will also not useexiv2 if it's not found, theEXIV2_METADATA_SUPPORT option can be useful if you haveexiv2 but specifically don't want to use it.

Image formats supports rely on Qt's imageformats plugins, just get the plugins you need from your distro's package manager will be fine. For Windows user, you may need build and install the imageformats plugin manually, read the content below.

It's possible to build it under Windows, Linux, macOS, and maybe other desktop platforms that Qt is ported to. For platform specific build instructions, please read therelated wiki page.

Note

Although there is apineapple-pictures.pro file which can be used for QMake build, it's only for testing purpose and it doesn't haveexiv2 support included. Using QMake to build this project is NOT supported, please use CMake if possible.

License

Pineapple Pictures as a whole is licensed under MIT license. Individual files may have a different, but compatible license.


[8]ページ先頭

©2009-2025 Movatter.jp