-
1.5.1894e090b · ·
Megapixels 1.5.1 * Fix the screen flash resetting the display brightness to zero when taking a picture with the front camera with flash disabled * Fix the pipeline cleanup after taking a picture causing the preview framerate to drop * Updated the appstream metadata and version number for 1.5.x
-
1.5.0ee26b8e6 · ·
Megapixels 1.5.0 * Added support for the Xiaomi Mi Note 2 * Read more possible postprocessors from /usr/share/megapixels/postprocessord. * Added a setting on the settings page for selecting the wanted postprocessor * Save the state of the flash in the exif metadata * Make the burst length dynamic. Instead of the fixed 3-shot burst it now takes 2 to 5 shots depending on the gain of the sensor.
-
1.3.0fa5cbb5d · ·
Megapixels 1.3.0 New release with some contributions that were emailed to me and from experiments in the #megapixels:postmarketos.org chat. * Improve contrast/color handleing in the default postprocessing script * Redesigned the QR dialog for data QR-codes
-
1.2.0c584583d · ·
Megapixels 1.2.0 * Add purism metadata for formfactors * Fix glib schema builds * The autofocus is now async so it doesn't hang the UI. (thanks WebFreak001)
-
-
1.1.05ad97d03 · ·
Megapixels 1.1.0 * Color calculation changes for the preview, should give better colors. * Added an about dialog on the settings page * Fixed writing random memory into .dng thumbnails * Added the first setting!, you can make the post-process script throw away the .dng after processing
-
1.0.1e5778729 · ·
Megapixels 1.0.1 Bugfix release * Fixed .desktop file having an old argument in it * Updated appstream metadata
-
1.0.0d3232420 · ·
Megapixels 1.0 New major release of Megapixels, this upgrades to GTK4 so Megapixels can easily use GPU acceleartion for the camera preview, thanks to Benjamin Schaaf. This release also contains bugfixes from Purism and nwlyoc :) * Upgrade UI code to GTK4 * The blue screen bug is fixed * Use g_get_user_config_dir instead of manual XDG env var parsing * Copy the qr code to the normal clipboard instead of the primary selection
-
0.16.0a3c8b280 · ·
Megapixels 0.16.0 * Made the QR outline more visible * Benjamin fixed a large memory leak :D * Added spacebar as keyboard shortcut to take a picture * Support anything url-like in the QR scanner * Fix picture save path * Fix bashishm in the default postprocess script
-
0.15.0a9ceaaa6 · ·
Megapixels 0.15.0 * Support both imagemagick and graphicsmagick in the default postprocess script * Add the QR code support from benjamin-schaaf