Search found 21 matches

by architektura
2017-06-30T01:43:50-07:00
Forum: Magick.NET
Topic: Montage in c#
Replies: 4
Views: 11361

Montage in c#

Hi, how to convert simple montage code from cmd line to c# montage balloon.gif medical.gif present.gif shading.gif -tile 2x2 -label %t montage_array.jpg for example i use collection of images and i found this https://stackoverflow.com/questions/40185318/how-do-i-use-the-montage-functionality-from-wi...
by architektura
2017-02-13T05:22:01-07:00
Forum: Magick.NET
Topic: Tilt image in c#
Replies: 2
Views: 11791

Re: Tilt image in c#

Thanks a lot :)
Working I just tilt'ed some images

@dlemstra Thank You!
by architektura
2017-01-25T07:47:44-07:00
Forum: Magick.NET
Topic: Tilt image in c#
Replies: 2
Views: 11791

Tilt image in c#

Hi, c# Your code from http://www.imagemagick.org/Usage/photos/#tilt_shift how to translate to c#? convert beijing_md.jpg -sigmoidal-contrast 15x30% \ \( +clone -sparse-color Barycentric '0,0 black 0,%h gray80' \ -solarize 50% -level 50%,0 \) \ -compose Blur -set option:compose:args 10 -composite \ b...
by architektura
2016-10-03T20:56:51-07:00
Forum: Developers
Topic: Psd to pdf text feature
Replies: 6
Views: 15721

Re: Psd to pdf text feature

it is only screenShot which shows case with live text :)
by architektura
2016-10-03T05:36:28-07:00
Forum: Developers
Topic: Psd to pdf text feature
Replies: 6
Views: 15721

Re: Psd to pdf text feature

can You try to convert psd to pdf?
see this:
http://wstaw.org/w/4abC/
by architektura
2016-10-03T05:20:07-07:00
Forum: Developers
Topic: Psd to pdf text feature
Replies: 6
Views: 15721

Psd to pdf text feature

As You can see if You convert psd to pdf
layer name on pdf document is a live text which I can mark and copy
/this is just text - no image/

1. is any method to make such live [copy ready] text in pdf by hand?
2. what make psd layer name copy'able?

best regards
arch