stream
manipulating images
Install
- All systems
-
curl cmd.cat/stream.sh
- Ubuntu
-
apt-get install lmbench
- Alpine
-
apk add imagemagick6
- Arch Linux
-
pacman -S imagemagick6
- Kali Linux
-
apt-get install lmbench
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lmbench
- Dockerfile
- dockerfile.run/stream
- Docker
-
docker run cmd.cat/stream stream
powered by Commando
ImageMagick-1
manipulating images
lmbench
Utilities to benchmark UNIX systems
Lmbench is a set of utilities to test the performance of a unix system producing detailed results as well as providing tools to process them. It includes a series of micro benchmarks that measure some basic operating system and hardware metrics: * file reading and summing * memory bandwidth while reading, writing and copying * copying data through pipes * copying data through Unix sockets * reading data through TCP/IP sockets
ImageMagick
ImageMagick is an image display and manipulation tool for the X
Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF, and Photo CD image formats. It can resize, rotate, sharpen, color reduce, or add special effects to an image, and when finished you can either save the completed work in the original format or a different one. ImageMagick also includes command line programs for creating animated or transparent .gifs, creating composite images, creating thumbnail images, and more. ImageMagick is one of your choices if you need a program to manipulate and display images. If you want to develop your own applications which use ImageMagick code or APIs, you need to install ImageMagick-devel as well.