Search found 6 matches
- 2019-09-23T10:08:31-07:00
- Forum: Users
- Topic: FFT with ImageMagick
- Replies: 1
- Views: 6032
FFT with ImageMagick
Hello, I have an image I want to denoise using the FFT feature of ImageMagick. The image: https://artisticdiaryhome.files.wordpress.com/2019/09/die_delegation1-00hr-40min-12sec_bw.jpg This is btw taken from a film by German director, Rainer Erler ('Die Delegation'). The 'aliens' are actors with a ...
- 2019-09-20T06:06:42-07:00
- Forum: Users
- Topic: Composite: Person & checkerboard pattern
- Replies: 7
- Views: 12430
Re: Composite: Person & checkerboard pattern
> Windows BAT syntax What would that be using a Linux shell script? Would this be correct? #!/bin/sh convert \ Aneta_088.png \ -distort perspective "0,0,0,0 0,232,0,232 266,0,266,111 266,232,266,121" \ -filter point \ -interpolate nearest-neighbor \ -distort perspective "0,0,0,0 0,232,0,232 266,111 ...
- 2019-09-19T06:02:14-07:00
- Forum: Users
- Topic: Composite: Person & checkerboard pattern
- Replies: 7
- Views: 12430
Re: Composite: Person & checkerboard pattern
Hi again, here's the result of my attempts to use the script Fred provided. I edited the image in Gimp with the layer mode 'grain merge'. https://i1.wp.com/artisticdiaryhome.files.wordpress.com/2019/09/aneta_088_result_comp_625x664.png?ssl=1 Now I will try to improve this using 'virtual pixels ...
- 2019-09-19T05:12:14-07:00
- Forum: Users
- Topic: Composite: Person & checkerboard pattern
- Replies: 7
- Views: 12430
Re: Composite: Person & checkerboard pattern
Hi Snibgo & Fred, many thanks for your response to my query. That's indeed the direction I would like to take. Additionally, I discovered the command 'virtual pixels' . Would it be feasible to use this instead of an overlay checkerboard pattern? There's the method 'checker-tile' . Could that be used ...
- 2019-09-18T02:43:36-07:00
- Forum: Users
- Topic: Composite: Person & checkerboard pattern
- Replies: 7
- Views: 12430
Composite: Person & checkerboard pattern
Hello, I want to modify an image with a female head in ImageMagick (see attached image), so that the checkerboard pattern grows in size from left to right. In addition, I want to apply a wave form to the checkerboard pattern. https://i1.wp.com/artisticdiaryhome.files.wordpress.com/2019/09/aneta_088 ...
- 2019-03-03T20:18:45-07:00
- Forum: Users
- Topic: Convert to PDF: output file is too small
- Replies: 1
- Views: 2892
Convert to PDF: output file is too small
Hello, after performing convert -density 300 image.svg image.pdf the output file is way too small. I created the SVG in Inkscape (dimensions: 120 x 50 mm). Is '-density 300' superfluous? Version: ImageMagick 6.9.7-4 on Ubuntu 18.04 LTS (64 bit). When I save the image in Inkscape (as PDF/300 dpi ...