Re: [dev] [farbfeld] cubic resizing filter

2016-01-30 Thread Tim Elliott
On Sat, Jan 30, 2016 at 11:12 AM, FRIGN wrote: > Care to share your experience using farbfeld to implement this? :) The invert.c example made the implementation very easy. You'll noticed this is just a modified copy. The simplicity of the format and the pure use of stdin/stdout means that there

Re: [dev] [farbfeld] cubic resizing filter

2016-01-30 Thread FRIGN
On Sat, 30 Jan 2016 10:37:49 -0800 Tim Elliott wrote: Hey Tim, > Here is a cubic (catmull-rom) resizing filter for farbfeld: > https://github.com/ender672/farbfeld-resize > > Example usage is: > $ jpg2ff < in.jpg | ./resize 123 456 | ff2png > out.png > > The arguments indicate the desired maxi

[dev] [farbfeld] cubic resizing filter

2016-01-30 Thread Tim Elliott
Here is a cubic (catmull-rom) resizing filter for farbfeld: https://github.com/ender672/farbfeld-resize Example usage is: $ jpg2ff < in.jpg | ./resize 123 456 | ff2png > out.png The arguments indicate the desired maximum height and width. The image above will be resized to fit inside a 123x456 bo

[dev] [sbase][PATCH v2] diff

2016-01-30 Thread Mattias Andrée
New command. Should be POSIX-compliant. Extensions to POSIX: 1) In directories, sockets are not compared. POSIX specifies that special devices and FIFO:s shall never be compared, and that for other types than these and regular files and directories, it is implementation-specified