0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 16 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved Readme More... over 13 years ago
added README More... over 13 years ago
Three lines of comments added More... over 13 years ago
Deleting ppm files More... over 13 years ago
Remove old files More... over 13 years ago
Finishing comments More... over 13 years ago
Spaces are replaced by underscores in filenames now More... over 13 years ago
Bugfix: Allow spaces in filenames More... over 13 years ago
Added Menu.hs More... over 13 years ago
Fixed: Path to DB.txt More... over 13 years ago
Friendly code More... over 13 years ago
Improved tiling, any number of tiles in rows and columns possible now (even unusual stuff like 2x2 or making a 2:3 ratio into a 3:4 mosaic, with distortion as one would expect) More... over 13 years ago
Removed unused imports and resolved all warnings More... over 13 years ago
Massive code cleaning. Much much shorter now... More... over 13 years ago
Analysing jpgs without needing ppms works great now Thanks to a newer version of the GD binding (had to rewrite a lot though) Generating a mosaic is currently broken due to the new gd, will be fixed soon but BEWARE: code is quite ugly still! More... over 13 years ago
All images are rescaled on analysing to make sure this is only done once. Makes things A LOT faster More... almost 14 years ago
This version uses the GD bindings, ATTENTION: files must be present as jpg AND ppm (the folder with images for the mosaic must contain images in both image formats, the filename must be identical except for the extension (example: IMG01.jpg, IMG01.ppm, IMG02.jpg, IMG02.ppm and so on)) More... almost 14 years ago
Open and rescale all files first, then merge, using strict bytestrings and ST monad, big speed up More... almost 14 years ago
Updated mosaic.hs to use old method More... almost 14 years ago
Nothing important in here More... almost 14 years ago
Improved order of execution, but results in "too many open files" error very often Feels like I am almost there though... More... almost 14 years ago
Revert "Measured time for step "loading target image and calculating averages of its subimages"" (Wrong branch) This reverts commit bf4b93b15dcf517ca8fdfa8236f8db85f7c1621f. More... almost 14 years ago
Measured time for step "loading target image and calculating averages of its subimages" Conclusion: cutting an image into 100x100 subimage and calculating their average colors takes no more than 0.5 seconds (much faster sometimes) More... almost 14 years ago
Bang patterns improved performance a bit - but not much More... almost 14 years ago
Mosaic creation works as intended, including image resizing and merging But it takes up more memory as it should... A LOT more actually More... almost 14 years ago
Code cleanup (created Types.hs, simplified argumentparsing) More... almost 14 years ago
Slightly changed analyser, as 500 images could not be loaded by old version Analysed 2.5 GB of images, which took about 7 minutes More... almost 14 years ago
Image splitting can be tested with this ppm-File More... almost 14 years ago
Splitting images into subimages works (on square images only atm), database lookup for subimages works SUCCESS! Honto ni arigato, Michaelsan ;) More... almost 14 years ago
Image splitting works (test with test6x6.ppm, will split into 4 parts) More... almost 14 years ago