append multiple into 1 convert in-1.jpg in-5.jpg in- N .jpg +append out-in1-plus-in5-and-in N .jpg convert -append in-*.jpg out.jpg rotate convert image.jpg -distort SRT -45 rotate_cropped_image.png http://www.imagemagick.org/Usage/warping/#animations http://www.imagemagick.org/script/command-line-options.php?#distort convert -rotate 90 -compression lossless source.jp2 destination.jp2 exiftool -Orientation -n image.jpg exiftool -Orientation=1 -n image.jpg convert input.jpg -rotate 90 out.jpg
/etc/iwd/main.conf [General] EnableNetworkConfiguration=true sudo mkdir -p /var/lib/iwd/ap/ /var/lib/iwd/ap/<ssid>.ap [Security] Passphrase=password123 [IPv4] Address=192.168.250.1 Gateway=192.168.250.1 Netmask=255.255.255.0 DNSList=8.8.8.8 [iwd] device wlan0 set-property Mode ap [iwd]# ap wlan0 start-profile test sudo sysctl -w net.ipv4.ip_forward=1 net.ipv4.ip_forward = 1 # sudo iptables -t nat -A POSTROUTING -s 192.168.250.0/24 -j MASQUERADE network connection ( wlan0_sta ) itself and for the software AP/hostapd "wireless repeater(wlan0_ap) iw dev wlan0 interface add wlan0_sta type managed addr 12:34:56:78:ab:cd iw dev wlan0 interface add wlan0_ap type managed addr 12:34:56:78:ab:ce Wi-Fi link layer sudo pacman -S hostapd /etc/hostapd/hostapd.conf interface=wlan0_ap bridge=br0 # SSID to be used in IEEE 802.11 management frames ssid=YourWiFiName # Driver interface type (hostap/wired/none/nl80211/bsd) driver=nl80211 # Country code (ISO/IEC 3166-1) country