All public logs
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:06, 4 March 2026 Ebasso talk contribs created page IBM Maximo: Resizing JPEG Files in doclinks (Created page with "If many photos are attached go IBM Maximo, the '''DOCLINKS''' folder can quickly consume large amounts of disk space. You can resize JPEG files using ImageMagick on Linux. == Procedure == 1) Install ImageMagick dnf install -y ImageMagick </pre> 2) Run image magic <pre> cd /opt/IBM/SMP/maximo/doclinks find . -type f \( -iname "*.jpg" \) -exec mogrify -resize 1920x1920\> {} \; </pre> **Important**: * Resizes images larger than 1920x1920. * Keeps original file...")