Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

BeeRef Reference Image Viewer

License

NotificationsYou must be signed in to change notification settings

rbreu/beeref

Repository files navigation

BeeRef lets you quickly arrange your reference images and view them while you create. Its minimal interface is designed not to get in the way of your creative process.

python-versiongithub-ci-flake8github-ci-pytestcodecovdownloads-totaldownloads-latest

https://github.com/rbreu/beeref/blob/main/images/screenshot.png

Installation

Stable Release

Get the file for your operating system (Windows, Linux, macOS) from thelatest release. The different Linux versions are built on different versions of Ubuntu. The should work on other distros as well, but you might have to try which one works.

Linux users need to give the file executable rights before running it. Optional: If you want to have BeeRef appear in the app menu, save the desktop file from therelease section in~/.local/share/applications, save thelogo, and adjust the path names in the desktop file to match the location of your BeeRef installation.

MacOS X users, look atdetailed instructions if you have problems running BeeRef.

Follow further releases via theatom feed.

Development Version

To get the current development version, you need to have a working Python 3 environment. Run the following command to install the development version:

pip install git+https://github.com/rbreu/beeref.git

Then runbeeref orbeeref filename.bee.

Features

  • Move, scale, rotate, crop and flip images
  • Mass-scale images to the same width, height or size
  • Mass-arrange images vertically, horizontally or for optimal usage of space
  • Add text notes
  • Enable always-on-top-mode and disable the title bar to let the BeeRef window unobtrusively float above your art program:

https://github.com/rbreu/beeref/blob/main/images/screenshot.png

Regarding the bee file format

All images are embedded into the bee file as PNG or JPG. The bee file format is a sqlite database inside which the images are stored in an sqlar table—meaning they can be extracted with thesqlite command line program:

sqlite3 myfile.bee -Axv

Options for exporting from inside BeeRef are planned, but the above always works independently of BeeRef.

Troubleshooting

You can access the log output viaHelp -> Show Debug Log. In case BeeRef doesn't start at all, you can find the log file here:

Windows:

C:Documents and SettingsUSERNAMEApplication DataBeeRefBeeRef.log

Linux and MacOS:

/home/USERNAME/.config/BeeRef/BeeRef.log

Notes for developers

BeeRef is written in Python and PyQt6. For more info, seeCONTRIBUTING.rst.


[8]ページ先頭

©2009-2025 Movatter.jp