Search found 5 matches

by dkrikun0
2019-06-29T23:48:27-07:00
Forum: Users
Topic: Translate + compose two images
Replies: 2
Views: 4961

Translate + compose two images

I have 2 images, a small and a big one. I would like to perform an SRT distortion (including translation) on the small image, and then compose it with the big one. The point is, I would like to translate the small one by an amount in the bigger image coordinates, so that the small image is not cut w...
by dkrikun0
2019-06-25T00:49:58-07:00
Forum: Users
Topic: Convert hdr image to non-hdr image
Replies: 7
Views: 7816

Re: Convert hdr image to non-hdr image

Almost, had to use -depth 8, for feh/sxiv.
Do I still need -auto-level?
by dkrikun0
2019-06-24T07:51:33-07:00
Forum: Users
Topic: Convert hdr image to non-hdr image
Replies: 7
Views: 7816

Re: Convert hdr image to non-hdr image

magick rose: rose.pfm
magick rose.pfm -auto-level rose.pgm
by dkrikun0
2019-06-24T07:37:43-07:00
Forum: Users
Topic: Convert hdr image to non-hdr image
Replies: 7
Views: 7816

Re: Convert hdr image to non-hdr image

I've tried
`magick src.pfm -auto-level src.pgm`

Now both feh and sxiv say src.pgm is broken, is there something else?
by dkrikun0
2019-06-24T03:23:48-07:00
Forum: Users
Topic: Convert hdr image to non-hdr image
Replies: 7
Views: 7816

Convert hdr image to non-hdr image

Hi, I would like to convert an HDR (i.e in NetPFM format) image to non-HDR image (i.e. NetPGM). The conversion needs to be "viewer-friendly", that is the resulting image needs be contrast, without cutting off information etc. How could I achieve this with ImageMagick 7.0.8 Q16, with HDRI? ...