|
| 1 | +--- |
| 2 | +layout: app |
| 3 | + |
| 4 | +permalink: /ClassicImageViewer/ |
| 5 | +description: Simple image viewer for Linux with some editing features |
| 6 | +license: GPL-3.0+ |
| 7 | + |
| 8 | +icons: |
| 9 | + - ClassicImageViewer/icons/128x128/civ.png |
| 10 | +screenshots: |
| 11 | +- https://classicimageviewer.github.io/images/screenshot.png |
| 12 | + |
| 13 | +authors: |
| 14 | + - name: classicimageviewer |
| 15 | + url: https://github.com/classicimageviewer |
| 16 | + |
| 17 | +links: |
| 18 | + - type: GitHub |
| 19 | + url: classicimageviewer/ClassicImageViewer |
| 20 | + - type: Download |
| 21 | + url: https://github.com/classicimageviewer/ClassicImageViewer/releases |
| 22 | + |
| 23 | +desktop: |
| 24 | + Desktop Entry: |
| 25 | + Name: ClassicImageViewer |
| 26 | + Comment: Simple image viewer with some editing features. |
| 27 | + GenericName: Image Viewer |
| 28 | + Exec: civ %f |
| 29 | + Icon: civ |
| 30 | + Terminal: false |
| 31 | + Type: Application |
| 32 | + Categories: Graphics |
| 33 | + Keywords: graphics |
| 34 | + StartupNotify: true |
| 35 | + StartupWMClass: io.github.classicimageviewer.ClassicImageViewer |
| 36 | + MimeType: image/bmp |
| 37 | + AppImageHub: |
| 38 | + X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx'' |
| 39 | + created [don''t know]: invalid packet (ctb=0a) no signature found the signature |
| 40 | + could not be verified. Please remember that the signature file (.sig or .asc) |
| 41 | + should be the first file given on the command line.' |
| 42 | + X-AppImage-Type: 2 |
| 43 | + X-AppImage-Architecture: x86_64 |
| 44 | + |
| 45 | +appdata: |
| 46 | + Type: desktop-application |
| 47 | + ID: io.github.classicimageviewer.ClassicImageViewer |
| 48 | + Name: |
| 49 | + C: ClassicImageViewer |
| 50 | + Summary: |
| 51 | + C: Simple image viewer for Linux with some editing features |
| 52 | + Description: |
| 53 | + C: >- |
| 54 | + <p>ClassicImageViewer is a simple image viewer for Linux with some editing features.</p> |
| 55 | + |
| 56 | + <p>Features:</p> |
| 57 | + |
| 58 | + <ul> |
| 59 | + <li>Resize, rotate, flip, adjust colors, sharpen.</li> |
| 60 | + <li>Copy, cut or paste selection. Paste to side.</li> |
| 61 | + <li>Effects (Unsharp, Blur, Median, Denoise, ...).</li> |
| 62 | + <li>Thumbnails.</li> |
| 63 | + <li>Slideshow.</li> |
| 64 | + <li>Batch conversion / renaming.</li> |
| 65 | + </ul> |
| 66 | + ProjectGroup: ClassicImageViewer |
| 67 | + ProjectLicense: GPL-3.0+ |
| 68 | + Url: |
| 69 | + homepage: https://classicimageviewer.github.io |
| 70 | + Launchable: |
| 71 | + desktop-id: |
| 72 | + - classicimageviewer.desktop |
| 73 | + Provides: |
| 74 | + binaries: |
| 75 | + - civ |
| 76 | + Screenshots: |
| 77 | + - default: true |
| 78 | + thumbnails: [] |
| 79 | + source-image: |
| 80 | + url: https://classicimageviewer.github.io/images/screenshot.png |
| 81 | + lang: C |
| 82 | + Releases: |
| 83 | + - version: 1.1.2 |
| 84 | + unix-timestamp: 1704240000 |
| 85 | + description: |
| 86 | + C: >- |
| 87 | + <ul> |
| 88 | + <li>more efforts towards compatibility with appimage.github.io</li> |
| 89 | + </ul> |
| 90 | + - version: 1.1.1 |
| 91 | + unix-timestamp: 1704153600 |
| 92 | + description: |
| 93 | + C: >- |
| 94 | + <ul> |
| 95 | + <li>efforts towards compatibility with appimage.github.io</li> |
| 96 | + </ul> |
| 97 | + - version: 1.1.0 |
| 98 | + unix-timestamp: 1704067200 |
| 99 | + description: |
| 100 | + C: >- |
| 101 | + <ul> |
| 102 | + <li>option for "Highlight" selection tool</li> |
| 103 | + <li>"Pad to size" method</li> |
| 104 | + <li>bugfixes</li> |
| 105 | + <li>more preferences</li> |
| 106 | + <li>reduced memory usage</li> |
| 107 | + </ul> |
| 108 | + - version: 1.0.0 |
| 109 | + unix-timestamp: 1694649600 |
| 110 | + description: |
| 111 | + C: >- |
| 112 | + <ul> |
| 113 | + <li>Batch conversion</li> |
| 114 | + <li>bugfixes</li> |
| 115 | + </ul> |
| 116 | + - version: 0.9.0 |
| 117 | + unix-timestamp: 1694217600 |
| 118 | + description: |
| 119 | + C: >- |
| 120 | + <ul> |
| 121 | + <li>Initial version</li> |
| 122 | + </ul> |
| 123 | +--- |
0 commit comments