Search found 50 matches
- 2017-10-27T17:45:41-07:00
- Forum: Digital Image Processing
- Topic: Magick montage
- Replies: 2
- Views: 95122
Re: Magick montage
Script of course, Ruby script was used, not manually. When script is made to more user friendly, I will share.
- 2017-10-27T16:40:38-07:00
- Forum: Digital Image Processing
- Topic: Magick montage
- Replies: 2
- Views: 95122
Magick montage
I made an interesting (magick ?) montage: every image row has the same height, furthermore average image luminosities were taken into account when determining the place of the images, here is the result: https://i.imgur.com/AAVicPF.jpg Click on the image for higher resolution. Brighter images were ...
- 2016-05-03T17:46:15-07:00
- Forum: Developers
- Topic: ImageMagick Policy Configuration
- Replies: 2
- Views: 6630
ImageMagick Policy Configuration
I increased the settings "area" and "memory" in the /usr/local/etc/ImageMagick-7/policy.xml file, but I still get the same error message, exactly: magick: unable to extend pixel cache `Siker' @ fatal/cache.c/CacheSignalHandler/3182. "Siker" simply means "success" in my native language and the ...
- 2016-05-03T15:18:31-07:00
- Forum: Users
- Topic: I get "segmentation fault" error everytime starting convert
- Replies: 10
- Views: 11758
Re: I get "segmentation fault" error everytime starting convert
Doesn't work, after a few seconds the error message appears:
Code: Select all
magick: unable to extend pixel cache `<some random looking strange word appears here>' @ fatal/cache.c/CacheSignalHandler/3182.
- 2016-05-03T09:53:18-07:00
- Forum: Users
- Topic: I get "segmentation fault" error everytime starting convert
- Replies: 10
- Views: 11758
Re: I get "segmentation fault" error everytime starting convert
I see, in the past (few months ago) stitching 14 similar sized images worked flawlessly.
- 2016-05-03T09:32:32-07:00
- Forum: Users
- Topic: I get "segmentation fault" error everytime starting convert
- Replies: 10
- Views: 11758
Re: I get "segmentation fault" error everytime starting convert
Unfortunately changing the order of input files and the operator doesn't solve the issue, I get the same error message in both cases. Maybe the resulting image is too big, and doesn't fit in the memory as I have only 512 MB in the VPS. My individual images are 2076x902, I tried appending only the ...
- 2016-05-02T19:38:33-07:00
- Forum: Users
- Topic: I get "segmentation fault" error everytime starting convert
- Replies: 10
- Views: 11758
Re: I get "segmentation fault" error everytime starting convert
I am trying to simply append 14 jpg files, vertically, so I use command:
I still get an error message:
Code: Select all
convert -append 4_*.jpg examine_gamma_4.jpg
Code: Select all
convert: unable to extend pixel cache `no such file or directory' @ fatal/cache.c/CacheSignalHandler/3182.
- 2016-05-02T19:09:28-07:00
- Forum: Users
- Topic: I get "segmentation fault" error everytime starting convert
- Replies: 10
- Views: 11758
Re: I get "segmentation fault" error everytime starting convert
Using this configure line I managed to get a working install:
Code: Select all
./configure --with-openexr=no --with-quantum-depth=8 --with-x=no --without-threads --without-pango --disable-shared --disable-openmp
- 2016-05-02T17:07:07-07:00
- Forum: Users
- Topic: I get "segmentation fault" error everytime starting convert
- Replies: 10
- Views: 11758
I get "segmentation fault" error everytime starting convert
I get "segmentation fault" error everytime starting convert, and memory core is dumped. I am using Arch Linux on my headless VPS (I mean no X installed, 4.4.5-1-ARCH) and I installed the ImageMagick package with Pacman package manager, version 6.9.3.8-1. Then I tried to compile it from source (7.0.1 ...
- 2016-01-29T07:24:05-07:00
- Forum: Users
- Topic: Which image metrics to use for selecting representative images from large image sets?
- Replies: 1
- Views: 3692
Which image metrics to use for selecting representative images from large image sets?
For example when selecting nice images for preview image montages of videos, movies (thumbnails, contact sheets, etc): http://0.t.imgbox.com/5OCuL1DY.jpg http://0.t.imgbox.com/nX9JvmaA.jpg http://0.t.imgbox.com/qm5ZNvyX.jpg Currently I extract about 1500 images equidistantly from a 1.5 hour video ...
- 2016-01-27T15:49:48-07:00
- Forum: Users
- Topic: How to get "mean" or "average" from image statistics?
- Replies: 1
- Views: 5383
How to get "mean" or "average" from image statistics?
When I type: identify -verbose 1.bmp I can see: Channel statistics: Pixels: 57600 Gray: min: 0 (0) max: 255 (1) mean: 254.996 (0.999983) standard deviation: 1.06249 (0.00416663) kurtosis: 57595 skewness: -239.994 entropy: 0.000299591 Colors: 2 Histogram: 1: ( 0, 0, 0) #000000 gray(0) 57599: (255,255 ...
- 2016-01-26T18:39:24-07:00
- Forum: Users
- Topic: How to threshold an image to get about same amount of black and white?
- Replies: 26
- Views: 25556
Re: How to threshold an image to get about same amount of black and white?
Another animation by animating the threshold:
- 2016-01-18T01:28:22-07:00
- Forum: Users
- Topic: How to threshold an image to get about same amount of black and white?
- Replies: 26
- Views: 25556
Re: How to threshold an image to get about same amount of black and white?
Problem solved, I had to apply options:
Spectre in 2 colours:
https://www.youtube.com/watch?v=ZCtWucorr7g
Code: Select all
-colorspace gray -type palette
https://www.youtube.com/watch?v=ZCtWucorr7g
- 2016-01-17T17:00:54-07:00
- Forum: Users
- Topic: How to threshold an image to get about same amount of black and white?
- Replies: 26
- Views: 25556
Re: How to threshold an image to get about same amount of black and white?
Sometimes the histogram data is provided in a different way, which doesn't show the usual graylevels, I have no clue why: Histogram: 1: ( 19, 19, 19) #131313 srgb(19,19,19) 2: ( 20, 20, 20) #141414 grey8 4: ( 22, 22, 22) #161616 srgb(22,22,22) 4: ( 23, 23, 23) #171717 grey9 8: ( 24, 24, 24) #181818 ...
- 2016-01-17T12:04:45-07:00
- Forum: Users
- Topic: How to threshold an image to get about same amount of black and white?
- Replies: 26
- Views: 25556
Re: How to threshold an image to get about same amount of black and white?
I cant' help, I can't code in C. Only Ruby, as I am a self-taught hobby programmer.