toast/gimp_passport.git
2019-08-12 Philipp SpitzerDownsample as first step, not last step. master
2019-07-01 Philipp SpitzerSet correct resolution in GIMP image.
2019-07-01 Philipp SpitzerExpose all parameters to GIMP.
2019-07-01 Philipp SpitzerExpose parameter fpr (face to picture ratio).
2019-07-01 Philipp SpitzerFix broken call of function tile (parameter count chang...
2019-07-01 Philipp SpitzerCreate function process() that does the main work of...
2019-06-28 Philipp SpitzerUse function halo() with 1 pixel.
2019-06-28 Philipp SpitzerImplement function halo().
2019-06-28 Philipp SpitzerRename count_x and count_y to columns and rows.
2019-06-28 Philipp SpitzerCut lines are now shown behind the tiles.
2019-06-28 Philipp SpitzerSeparate paper creation from function tile().
2019-06-28 Philipp SpitzerAdd test case for cut_lines_xy().
2019-06-28 Philipp SpitzerAdd test case for function cut_lines().
2019-06-28 Philipp SpitzerWe don't need function tile_bbox.
2019-06-28 Philipp SpitzerWe don't need function num_tiles_xy.
2019-06-28 Philipp SpitzerNow cut lines are drawn.
2019-06-28 Philipp SpitzerImplement function cut_lines and cut_lines_xy.
2019-06-28 Philipp SpitzerFunction line doesn't return an image.
2019-06-28 Philipp SpitzerChange type hints from float to int.
2019-06-28 Philipp SpitzerMake use of tile_edge() in tile_bbox().
2019-06-28 Philipp SpitzerImplement function tile_edge and corresponding test.
2019-06-28 Philipp SpitzerAdd function tile_bbox and corresponding test.
2019-06-28 Philipp SpitzerFix typos in docstrings.
2019-06-28 Philipp SpitzerAdd documentation graphic face_parameter.svg.
2019-06-28 Philipp SpitzerCreate documentation graphic paper_parameter.svg (and...
2019-06-27 Philipp SpitzerAfter downsampling the image, the DPI value is now...
2019-06-27 Philipp SpitzerMake downsample_large() functionality available in...
2019-06-27 Philipp SpitzerImplement function downsample_large() and corresponding...
2019-06-27 Philipp SpitzerFix indentation.
2019-06-27 Philipp SpitzerAdd .gitignore file.
2019-06-27 Philipp SpitzerAdd further checks in test_main.
2019-06-27 Philipp SpitzerAdd an example image.
2019-06-25 Philipp SpitzerNow gimp_passport is used by gimp_passport_plugin.
2019-06-25 Philipp SpitzerCheck first whether a selection exists before doing...
2019-06-21 Philipp SpitzerConvert exception to message box.
2019-06-21 Philipp SpitzerChange command line program to accept face dimensions...
2019-06-20 Philipp SpitzerError is shown if nothing is selected.
2019-06-20 Philipp SpitzerThe new image now has only one layer.
2019-06-20 Philipp SpitzerNow using PIL to process GIMP image.
2019-06-20 Philipp SpitzerAdd scaffold GIMP plugin.
2019-06-20 Philipp SpitzerNow "mm" is shown in usage message for length arguments.
2019-06-11 gregor herrmannfix a typo in the docstring
2019-06-11 Philipp SpitzerWork in progress...
2019-06-07 Philipp SpitzerCreate function num_tiles_xy().
2019-06-07 Philipp SpitzerCreate function num_tiles().
2019-06-05 Philipp SpitzerSupport parameter --photo-spacing in main() and command...
2019-06-05 Philipp SpitzerAdd parameter spacing_mm to function tile().
2019-06-05 Philipp SpitzerMake more use of function mm_to_pixel.
2019-06-05 Philipp SpitzerUse img.width instead of img[0]; same for hight.
2019-06-05 Philipp SpitzerCreate test for make_passport.
2019-06-04 Philipp SpitzerAdd command line arguments; main() now tiles.
2019-06-04 Philipp SpitzerCreate function tile().
2019-06-04 Philipp SpitzerCreate function mm_to_float().
2019-06-03 Philipp SpitzerAdd DPI to output image.
2019-06-03 Philipp SpitzerCreate unittest for gimp_passport.py.
2019-06-03 Philipp Spitzermake_passport() now takes an Image instance instead...
2019-06-03 Philipp SpitzerNow using argparse.
2019-06-03 Philipp SpitzerInitial version creating a passport image from a .png...