Activity for manassehkatzâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #290046 |
Are you looking for a programming method to do this (e.g., a library for Python, etc.) or off-the-shelf software? Do you have any existing software that might be able to do it and just need help getting the details straight? (more) |
— | about 1 year ago |
Comment | Post #288933 |
cat works the way it does because it treats the file as a stream of characters. It is only if you parse into words (wc) or lines (sort) that whitespace or newlines matter. (more) |
— | over 1 year ago |
Comment | Post #287862 |
To clarify a little more: Size can be resolution and size can be file size. JPG is a lossy compressed format, so it is (generally) possible to change the resolution to make the file smaller while keeping the same quality level *or* change the quality level. With a format such as PNG, you can change t... (more) |
— | over 1 year ago |