Search found 50 matches

by konstantin
2017-10-27T17:45:41-07:00
Forum: Digital Image Processing
Topic: Magick montage
Replies: 2
Views: 56195

Re: Magick montage

Script of course, Ruby script was used, not manually. When script is made to more user friendly, I will share.
by konstantin
2017-10-27T16:40:38-07:00
Forum: Digital Image Processing
Topic: Magick montage
Replies: 2
Views: 56195

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 p...
by konstantin
2016-05-03T17:46:15-07:00
Forum: Developers
Topic: ImageMagick Policy Configuration
Replies: 2
Views: 5798

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&qu...
by konstantin
2016-05-03T15:18:31-07:00
Forum: Users
Topic: I get "segmentation fault" error everytime starting convert
Replies: 10
Views: 9248

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.
by konstantin
2016-05-03T09:53:18-07:00
Forum: Users
Topic: I get "segmentation fault" error everytime starting convert
Replies: 10
Views: 9248

Re: I get "segmentation fault" error everytime starting convert

I see, in the past (few months ago) stitching 14 similar sized images worked flawlessly.
by konstantin
2016-05-03T09:32:32-07:00
Forum: Users
Topic: I get "segmentation fault" error everytime starting convert
Replies: 10
Views: 9248

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 ha...
by konstantin
2016-05-02T19:38:33-07:00
Forum: Users
Topic: I get "segmentation fault" error everytime starting convert
Replies: 10
Views: 9248

Re: I get "segmentation fault" error everytime starting convert

I am trying to simply append 14 jpg files, vertically, so I use command:

Code: Select all

convert -append 4_*.jpg  examine_gamma_4.jpg
I still get an error message:

Code: Select all

convert: unable to extend pixel cache `no such file or directory' @ fatal/cache.c/CacheSignalHandler/3182.
by konstantin
2016-05-02T19:09:28-07:00
Forum: Users
Topic: I get "segmentation fault" error everytime starting convert
Replies: 10
Views: 9248

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
by konstantin
2016-05-02T17:07:07-07:00
Forum: Users
Topic: I get "segmentation fault" error everytime starting convert
Replies: 10
Views: 9248

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 sou...
by konstantin
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: 3086

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, a...
by konstantin
2016-01-27T15:49:48-07:00
Forum: Users
Topic: How to get "mean" or "average" from image statistics?
Replies: 1
Views: 4618

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...
by konstantin
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: 19823

Re: How to threshold an image to get about same amount of black and white?

Another animation by animating the threshold:
Image
by konstantin
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: 19823

Re: How to threshold an image to get about same amount of black and white?

Problem solved, I had to apply options:

Code: Select all

 -colorspace gray -type palette 
Spectre in 2 colours:
https://www.youtube.com/watch?v=ZCtWucorr7g
by konstantin
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: 19823

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 ...
by konstantin
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: 19823

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.