|
Revision 115:54fbaf0f3d31, 0.8 kB
(checked in by Harri Kaimio <harri@…>, 7 years ago)
|
|
Started implementation fo photo export
|
| Line | |
|---|
| 1 | Image export |
|---|
| 2 | |
|---|
| 3 | Requirements |
|---|
| 4 | |
|---|
| 5 | * Exporting the original image |
|---|
| 6 | It must be possible to export the original image from database |
|---|
| 7 | |
|---|
| 8 | * Exporting with edits applied |
|---|
| 9 | It must be possible to export the image with all edits applied |
|---|
| 10 | |
|---|
| 11 | * Exporting in free resolution |
|---|
| 12 | User must be able to select the resolution of exported image |
|---|
| 13 | |
|---|
| 14 | ** Keeping aspect ratio |
|---|
| 15 | Photovalut must be able to calculate the correct width/height of hte |
|---|
| 16 | image based on image's aspect ration if one of these is given |
|---|
| 17 | |
|---|
| 18 | ** Not keeping the aspect ratio |
|---|
| 19 | Photovault must allow user to set width and height freely if so |
|---|
| 20 | requested |
|---|
| 21 | |
|---|
| 22 | * Setting JPEG quality |
|---|
| 23 | User must be able to set up the quality of JPEG compression |
|---|
| 24 | |
|---|
| 25 | * Exporting multiple images |
|---|
| 26 | User must be able to export all selected images with a single command |
|---|
| 27 | |
|---|
| 28 | * Error handling |
|---|
| 29 | |
|---|
| 30 | ** Photovault must create an error message if the exported image could not be saved |
|---|