| bd304357 | 11-Oct-2025 |
ternite <7860777+ternite@users.noreply.github.com> |
added version history entry for v0.94 |
| 3b552624 | 11-Oct-2025 |
ternite <7860777+ternite@users.noreply.github.com> |
Release v0.94 |
| 33e1a005 | 11-Oct-2025 |
ternite <7860777+ternite@users.noreply.github.com> |
Remove restriction on color space
Removed restriction on color space, see issue #6
/close #6 |
| 88549beb | 03-Sep-2025 |
ternite <7860777+ternite@users.noreply.github.com> |
Updated info for release v0.93 |
| 120df342 | 03-Sep-2025 |
ternite <7860777+ternite@users.noreply.github.com> |
Added title syntax for the thumbnail image
Text after the newly identified pipe is interpreted as title for the image. |
| 2b9233e2 | 03-Sep-2025 |
ternite <7860777+ternite@users.noreply.github.com> |
Added support for pipe syntax in {{thumbnail>*}}
Close #5 |
| 3555af88 | 16-Aug-2022 |
ternite <7860777+ternite@users.noreply.github.com> |
corrected formatting and indentation |
| 422e0f2c | 16-Aug-2022 |
ternite <7860777+ternite@users.noreply.github.com> |
updated compatibility (added Igor) |
| d27f57a8 | 16-Aug-2022 |
ternite <7860777+ternite@users.noreply.github.com> |
Updated description of installation routine |
| c2288d7b | 23-May-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
Added my Dockerfile for easier dependency management |
| 4b5af2dc | 23-May-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
Prepared release of v0.92 |
| 5fa23922 | 23-May-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
Added checks for ImageMagick security policy issues |
| cb65a638 | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
corrected table flaw |
| e2d5acfd | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
Prepared release v0.91 |
| 086d90ee | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
Thumbnail presentation is now defined via max-width and min-width |
| 47d2d32a | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
divided code into 3 php files |
| 47274618 | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
added reference PDF file for dependency checks |
| 43673c64 | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
checks for dependencies were moved to static methods (idea: Singleton) |
| 42df3c44 | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
added error handling and debug messages for failing dependencies |
| 101da26f | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
added tests for installed dependencies (ImageMagick, GhostView) |
| 591afb04 | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
changed config setting thumb_width to thumb_max_dimension |
| 29e328d9 | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
image file suffixes are not compared to the supported format list within ImageMagick |
| 4ae20bfc | 01-Apr-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
we can now create thumbnails for jpg |
| e80c5674 | 31-Mar-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
extracted repetitive code to method thumb_needs_update |
| a2549de1 | 31-Mar-2021 |
ternite <7860777+ternite@users.noreply.github.com> |
Added generic classes for conversion behavior |