Skip to content
Snippets Groups Projects
Commit bd9e6a45 authored by nick87720z's avatar nick87720z
Browse files

Update README

parent 6996253a
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,10 @@ Warning: ...@@ -17,10 +17,10 @@ Warning:
FFT resynth performs very slow if tmpdir is located on slow media. Placing it in tmpfs gives best speed, but may be risky, as imagemagick can easily run out of memory for too big images (I would usually interrupt it before system becomes unresponsive, forcing me to do it anyway). FFT resynth performs very slow if tmpdir is located on slow media. Placing it in tmpfs gives best speed, but may be risky, as imagemagick can easily run out of memory for too big images (I would usually interrupt it before system becomes unresponsive, forcing me to do it anyway).
Requirements: Requirements:
- imagemagick - POSIX shell
- coreutils - coreutils
- bc - bc
- bash (never tested with other shells) - imagemagick
- lots of RAM for too big input images (imagemagick fft filter feature) - lots of RAM and/or patience for too big input images (imagemagick fft filter feature)
Could be adapted to almost any layout (even 2x2, if you find, how to map color components from each subpixel to even sized grid). Could be adapted to almost any layout (even 2x2, if you find, how to map color components from each subpixel to even sized grid).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment