Search found 45 matches

by aberkl
2017-07-19T06:39:44-07:00
Forum: Bugs
Topic: rectangles are rendering as trapezoids
Replies: 7
Views: 9655

Re: rectangles are rendering as trapezoids

Hi Bonzo, looking at the version string you are absolutely right. I should have noticed that. Just wondering where the (nearly) up-to-date timestamp comes from. Obviously it fooled me... Version: ImageMagick 6.7.7-10 2017-05-26 Is the timestamp related to the distros build date and not the ImageMagi...
by aberkl
2017-07-19T02:45:11-07:00
Forum: Bugs
Topic: rectangles are rendering as trapezoids
Replies: 7
Views: 9655

Re: rectangles are rendering as trapezoids

Hi, looks to me like this issue came up again, I am using ImageMagick on Linux Mint 17.2: Version: ImageMagick 6.7.7-10 2017-05-26 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP strokewidth = 2 works fine and produces a proper rectangle conv...
by aberkl
2011-09-26T13:45:11-07:00
Forum: Bugs
Topic: rotating images more than 45 deg gives torn results
Replies: 3
Views: 8507

Re: rotating images more than 45 deg gives torn results

Hi magick,

As usual: thanks for the fast fix - ImageMagick 6.7.2-9 2011-09-23 on Windows XP works as expected.

Best, Andreas
by aberkl
2011-09-25T00:24:24-07:00
Forum: Bugs
Topic: rotating images more than 45 deg gives torn results
Replies: 3
Views: 8507

rotating images more than 45 deg gives torn results

I am using ImageMagick 6.7.2-8 2011-09-23 Q16 on Windows XP. When rotating images I get torn images (black stripes) for a certain range of angles. I also had a couple of crashes but they seem not to be reproducible. convert rose: -rotate 45 rotate45.jpg -> good convert rose: -rotate 46 rotate46.jpg ...
by aberkl
2011-09-24T23:53:08-07:00
Forum: Users
Topic: 10bit DPX with annotate gives strange results
Replies: 4
Views: 10348

Re: 10bit DPX with annotate gives strange results

Hi magick,

This makes everybod happy: XNView, djv_view happy and me.

Code: Select all

convert -depth 10 -size 100x100 xc:red -gravity center -annotate +0+0 "red 10bit" +matte red10bitWithText.dpx
Thanks a lot!
Andreas
by aberkl
2011-09-24T09:53:10-07:00
Forum: Users
Topic: 10bit DPX with annotate gives strange results
Replies: 4
Views: 10348

Re: 10bit DPX with annotate gives strange results

Hi magick, thanks for your reply! Your posting suggests that perhaps one of the programs you listed may not read and / or write DPX images properly, however you did not specifically identify that the problem is with ImageMagick. XNView never let me down in the past with DPX files and I find it a bit...
by aberkl
2011-09-23T23:58:26-07:00
Forum: Users
Topic: 10bit DPX with annotate gives strange results
Replies: 4
Views: 10348

10bit DPX with annotate gives strange results

Hi all, not sure this is a bug or because of an error I do... I try to annotate text to 10 bit DPX images but getting very different results when displaying them in the programs listed below (all run under Windows XP). I am using ImageMagick 6.7.2-8 2011-09-23 Q16 under Windows XP to create the DPX ...
by aberkl
2011-05-26T23:29:01-07:00
Forum: Users
Topic: problem with CDL: inverting and zero saturation
Replies: 3
Views: 8905

Re: problem with CDL: inverting and zero saturation

Hi Fred, I got me the official ASC specs in the meantime and Wikipeda is right: The input value, slope, ranges from 0.0 (constant output at Offset) to less than infinity ... out = in * slope 0 ≤ slope < ∞ Since I need to stay conform with the ASC standards: no more need to fiddle around. Thanks and ...
by aberkl
2011-05-26T22:28:00-07:00
Forum: Users
Topic: problem with CDL: inverting and zero saturation
Replies: 3
Views: 8905

Re: problem with CDL: inverting and zero saturation

Hi Fred, Standard CDL does not seem to support slope values less than 0 (though I suppose it could be made so, i.e. -1 to 1). See http://en.wikipedia.org/wiki/ASC_CDL "s is slope (any number 0 or greater, nominal value is 1.0)" you are right, will try to find out if Wikipedia is correct he...
by aberkl
2011-05-26T20:04:47-07:00
Forum: Users
Topic: problem with CDL: inverting and zero saturation
Replies: 3
Views: 8905

problem with CDL: inverting and zero saturation

Hi all, I am trying to use ASC CDL to a) invert an image (negative) b) removing all color (b&w negative) c) I have to use CDL although I know there are other ways ;-) this is my main code: convert -cdl cdl_Invert.txt rose: rose_invert.jpg and here is cdl_Invert.txt: <?xml version="1.0"...
by aberkl
2011-03-19T23:38:25-07:00
Forum: Users
Topic: 8 or 10bit: bitdepth of image content, not "wrapper"
Replies: 9
Views: 18208

Re: 8 or 10bit: bitdepth of image content, not "wrapper"

Anthony, I thought you were taking about reducing images from 10bit to 8bit not reducing number of colors. no, that´s a misunderstanding. The question is: is the image content of the 10bit DPX really 10bit or only 8bit? In the meantime I found something which might probably work for me, will have to...
by aberkl
2011-03-18T07:47:43-07:00
Forum: Users
Topic: 8 or 10bit: bitdepth of image content, not "wrapper"
Replies: 9
Views: 18208

Re: 8 or 10bit: bitdepth of image content, not "wrapper"

Anthony, I would like to see some image processing operators for generating histograms and other plots based on image data of any size, but that is on a long list of 'wishes, wants and desires; :-( But at least you are not alone :) But what you probably want is NOT the image, but the text comment fr...
by aberkl
2011-03-18T05:41:06-07:00
Forum: Users
Topic: 8 or 10bit: bitdepth of image content, not "wrapper"
Replies: 9
Views: 18208

Re: 8 or 10bit: bitdepth of image content, not "wrapper"

Thanks again Anthony will give it a try. On a slightly different topic: when I "histogram" a 10bit (DPX) image with convert orig10bit.dpx -define histogram:unique-colors=false histogram:orig10bit.dpx_h.gif the resulting GIF is 256x100 pixels. I would have expected a width of 1024 having on...
by aberkl
2011-03-18T04:14:14-07:00
Forum: Users
Topic: 8 or 10bit: bitdepth of image content, not "wrapper"
Replies: 9
Views: 18208

Re: 8 or 10bit: bitdepth of image content, not "wrapper"

Dear Anthony,

thanks for the fast reply. I guess I somehow understand what you mean but can you give me a clue if this can be done with ImageMagick?

Thanks, Andreas
by aberkl
2011-03-18T00:02:03-07:00
Forum: Users
Topic: 8 or 10bit: bitdepth of image content, not "wrapper"
Replies: 9
Views: 18208

8 or 10bit: bitdepth of image content, not "wrapper"

Hi all, my problem is the following: I have to check within 10bit DPX files if the image content had gone through an 8bit bottleneck before. bitdepth ( identify -format %z filename ) will tell me that my DPX file is a 10bit container and identify -format %k filename would give me the number of uniqu...