Search found 82 matches
- 2020-11-06T17:07:10-07:00
- Forum: Users
- Topic: Imagemagick for batch conversion
- Replies: 0
- Views: 182312
Imagemagick for batch conversion
I have a manga book with chapter so the basic file format goes like Book\Chapter no\images.jpg. I have figured out how i will convert it. But i batch process all the images so that the output of a specific chapter say chapter 1 comes within the same folder as chapter 1\result\result.webp. Also the ...
- 2019-09-21T14:30:41-07:00
- Forum: Developers
- Topic: [Github] [Latest] Android Imagemagick 7
- Replies: 7
- Views: 102367
Re: [Github] [Latest] Android Imagemagick 7
I'm not familiar with Flutter. However, if you're using jmagick, java is required. If flutter supports execution of a binary file located in the filesystem, then you could do it. You'll still have to find a way to unpack your assets folder in Android however. From what I see however , it's possible ...
- 2019-09-02T22:39:20-07:00
- Forum: Bugs
- Topic: MagickMorphologyImage function definition not matching arguments
- Replies: 2
- Views: 76432
Re: MagickMorphologyImage function definition not matching arguments
Thanks for the always quick reply, and attention to detail
- 2019-09-02T10:07:37-07:00
- Forum: Bugs
- Topic: MagickMorphologyImage function definition not matching arguments
- Replies: 2
- Views: 76432
MagickMorphologyImage function definition not matching arguments
The function for MagickWand's MagickMorphologyImage has two non-const arguments, method and kernel, which are both used in const only ways -> MorhplogyImage takes only const arguments. For clarity reasons, maybe it should be changed to a const signature? Rationale: I thought that somehow the code ...
- 2019-08-29T17:21:12-07:00
- Forum: Developers
- Topic: MagickSetImageFilename is a no-op when passed a null, but returns MagickTrue?
- Replies: 1
- Views: 74591
MagickSetImageFilename is a no-op when passed a null, but returns MagickTrue?
Perhaps I'm reading this code wrong (I'm new to C), but from what I see, if the filename is NULL, it returns MagickTrue, as if it set the filename successfully, but it actually didn't do anything. It looks like a unintentional no-op to me. Or maybe I'm missing something, and people should simply be ...
- 2019-08-24T18:19:11-07:00
- Forum: Developers
- Topic: [Github] [Latest] Android Imagemagick 7
- Replies: 7
- Views: 102367
Re: [Github] [Latest] Android Imagemagick 7
Thanks guysmagick wrote: ↑2019-08-24T06:15:57-07:00 We added your link to the ImageMagick home page @ https://imagemagick.org.
- 2019-08-23T18:23:26-07:00
- Forum: Developers
- Topic: [Github] [Latest] Android Imagemagick 7
- Replies: 7
- Views: 102367
- 2019-08-23T17:21:23-07:00
- Forum: Developers
- Topic: [Github] [Latest] Android Imagemagick 7
- Replies: 7
- Views: 102367
[Github] [Latest] Android Imagemagick 7
Hi, Growing frustrated at the lack (-> NO) options for imagemagick on Android (unless you want something VERY outdated and half broken), I made my own port of the very latest Imagemagick to android. For anyone who needs this, feel free to use it. It will be a lifesaver for you It is filled with many ...
- 2019-02-11T17:11:45-07:00
- Forum: Users
- Topic: How would you go about separating elements from their background?
- Replies: 9
- Views: 25818
Re: How would you go about separating elements from their background?
Thanks! Non-GNU Linux or macOS are fine too. From there I can figure out how to translate it for Windows.
- 2019-02-11T13:17:15-07:00
- Forum: Users
- Topic: How would you go about separating elements from their background?
- Replies: 9
- Views: 25818
Re: How would you go about separating elements from their background?
C:> magick.exe --version Version: ImageMagick 7.0.8-16 Q16 x64 2018-12-10 http://www.imagemagick.org Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC HDRI Delegates (built-in): bzlib cairo ...
- 2019-02-11T09:40:56-07:00
- Forum: Users
- Topic: How to convert color dump to image?
- Replies: 3
- Views: 6831
Re: How to convert color dump to image?
Thanks. Can IM accept other text input formats such as csv, or must the text file's formatting match the dump format exactly?
- 2019-02-11T07:52:30-07:00
- Forum: Users
- Topic: How to convert color dump to image?
- Replies: 3
- Views: 6831
How to convert color dump to image?
Given: convert rose: txt: > color_dump.txt How can I convert color_dump.txt or any other text-editable list of colors and coordinates back to an image file? The goal is to be able to manually correct a few pixels from images with millions of colors, in vim without opening an image editor, so XBM ...
- 2019-02-11T07:49:54-07:00
- Forum: Users
- Topic: How would you go about separating elements from their background?
- Replies: 9
- Views: 25818
Re: How would you go about separating elements from their background?
In this case, the borders are not fuzzy at all. I am trying to isolate widgets such as fields and buttons from a screenshot.
- 2019-01-09T14:16:17-07:00
- Forum: Users
- Topic: How would you go about separating elements from their background?
- Replies: 9
- Views: 25818
How would you go about separating elements from their background?
I would like to separate "islands" (icons) from a "sea" (background). The difficulty is that the background can have more than one color depending on the area. In other words, I need to make "islands of content" stand out from the "background sea". I suppose the technique would be somewhat similar ...
- 2019-01-02T14:10:30-07:00
- Forum: Users
- Topic: Compose: Overlay over multiple coordinates w/o loop [Solved]
- Replies: 14
- Views: 18678
Re: Compose: Overlay over multiple coordinates w/o loop
Something is wrong. Here is my version: C:> magick.exe --version Version: ImageMagick 7.0.8-16 Q16 x64 2018-12-10 http://www.imagemagick.org Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC ...