7 questions from the last 30 days
1
vote
1
answer
34
views
Resizing Photos in Dir
I am somewhat new to linux. I am trying to find any jpg file in a directory structure over 10 MB. I would like to resize them from 6000x4000 to 3000x2000 which should make it less than 10MB. I would ...
0
votes
1
answer
57
views
Golang ImageMagick Leftover Threads
I have written a linux service in Go that processes a large number of image files, converting them from TIFF to JPEG and adding a text overlay on top. I'm using the Go package gographics/imagick/v3 ...
1
vote
0
answers
59
views
Adding SRT subtitles to videos does not work at the moment (ImageMagick & modules Python: pysrt, moviepy)
I am not a Python expert and all that. I just needed to learn how to combine videos with subtitles, so as not to look for online services for this. I found a simple code for this on the Internet. And ...
1
vote
0
answers
64
views
TCL - strange problem calling imageMagicks 'convert.exe' - first attempt always fails, subsequent identical ones succeed
i'm stuck with a very bizarre problem with 'convert.exe' which I'm not able to tackle.
Preparation: I copy a .jpg image to the local users temp-path. I then try to rotate it by 90 degrees. In my code, ...
0
votes
1
answer
28
views
How to use ImageMagick to output the base64 from each pages of a PDF [closed]
I'm trying to output each pages of a PDF in a base64 string with ImageMagick.
When I do magick /mypdf.pdf INLINE:PNG:-, it returns only the base64 output for the first page of the pdf document.
...
0
votes
0
answers
31
views
im4java throws Exception convert-im6.q16: no decode delegate for this image format `' @ error/constitute.c/ReadImage/581
I tried to use ImageMagick/im4java in my Kotlin project, but it always throws an exception like this.
org.im4java.core.CommandException: convert-im6.q16:
no decode delegate for this image format `' @ ...
0
votes
0
answers
18
views
ImageMagick only trimming one side, how can I trim both? [migrated]
I'm trying to use ImageMagick to automatically crop a photograph of a coin, removing the surrounding background. I want to trim the image based on a "fuzz" factor, effectively removing the ...