Search found 6 matches

by myoglu
2013-12-09T12:07:57-07:00
Forum: Users
Topic: Weird command won't execute in UNIX batch shell error
Replies: 1
Views: 1913

Re: Weird command won't execute in UNIX batch shell error

I FOUND IT!!! Sooooo annoying:

"

vs




In one place.. Can you spot it? Auto-correction sucks b***ls
by myoglu
2013-12-09T11:18:38-07:00
Forum: Users
Topic: Weird command won't execute in UNIX batch shell error
Replies: 1
Views: 1913

Weird command won't execute in UNIX batch shell error

Hi!
When typing in this command in Osx shell I get this ">" error:

for i in *.tif; do convert "$i" path/grid-35by35.png -depth 8 -compose Over -composite “35x35$i";done
>

But, when I type in:

for i in *.tif; do convert "$i" path/Double-lattice-50x50.png -depth 8 -compose Over -composite "50x50$i ...
by myoglu
2013-11-25T11:12:56-07:00
Forum: Users
Topic: Composit multiply gives low quality picture output
Replies: 6
Views: 2466

Re: Composit multiply gives low quality picture output

THANK YOU SO MUCH!

That is perfect.
by myoglu
2013-11-25T09:39:15-07:00
Forum: Users
Topic: Composit multiply gives low quality picture output
Replies: 6
Views: 2466

Re: Composit multiply gives low quality picture output

Uploaded now "TVxx.tif" and "grid.tiff"

Thanks!
by myoglu
2013-11-25T08:44:17-07:00
Forum: Users
Topic: Composit multiply gives low quality picture output
Replies: 6
Views: 2466

Re: Composit multiply gives low quality picture output

https://www.dropbox.com/sh/gvskkg4gnxvg7hk/eMQYV8mAYI

Does the link work?

One file, with white background is "the correct one". The other is how it looks when merged... Different varieties of green..
by myoglu
2013-11-25T07:26:41-07:00
Forum: Users
Topic: Composit multiply gives low quality picture output
Replies: 6
Views: 2466

Composit multiply gives low quality picture output

Hi!
This is the command Im using:

composite -compress none -compose Multiply -gravity Center x.tiff Grid-resized-green.tiff out.tiff

The file "Grid-resized-green.tiff" is uncompressed and of high quality, so I can see all pixels as pure green when I zoom in.
The "out.tiff" is both these pictures ...