Search found 13 matches
- 2017-03-23T03:59:40-07:00
- Forum: Users
- Topic: Change/Replace text in image/PSD
- Replies: 5
- Views: 12052
Re: Change/Replace text in image/PSD
For this, I need to read PSD and extract texts from it. But I haven't found any option of reading and writing PSD. Image with text will be created by Photoshop and it in that text has any type of effects, patterns anything. So how can i do it ?
- 2017-03-23T00:38:19-07:00
- Forum: Users
- Topic: Change/Replace text in image/PSD
- Replies: 5
- Views: 12052
Change/Replace text in image/PSD
How can I change/replace user inputted text in image programmatically? I have PSD files with some specific styles text. I want to allow user where they can put their text and system will change the text and updated with user inputted text. Is there any way with image processing software like ...
- 2015-12-11T04:25:48-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
I have found the different color listing in both script logic.
There are lots of colors listed. I am not getting the exact idea about it.
There are lots of colors listed. I am not getting the exact idea about it.
- 2015-12-11T04:22:44-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
sorry last message is sent by mistake.
- 2015-12-11T00:47:20-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
The above script has provided the junk value or something which I am not able to identify in the $out.
Outout is displayed as below in the $out
Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
[5] =>
[6] =>
[7] =>
)
Outout is displayed as below in the $out
Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
[5] =>
[6] =>
[7] =>
)
- 2015-12-10T05:39:57-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
The above script has provided the junk value or something which I am not able to identify in the $out.
Outout is displayed as below in the $out
Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
[5] =>
[6] =>
[7] =>
)
Outout is displayed as below in the $out
Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
[5] =>
[6] =>
[7] =>
)
- 2015-12-09T02:34:49-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
Yes, we are getting message given below.
sort: write failed: standard output: Broken pipe
sort: write error
sort: write failed: standard output: Broken pipe
sort: write error
- 2015-12-09T00:57:00-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
Hello, Thank you for your prompt reply and solution. Now the solution works fine with the command prompt but still there is some issue when try to execute the script from the PHP. Below are the some server configuration. System :- Linux dnb.com 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC ...
- 2015-12-08T23:41:03-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
We found the same colors from the provided the script.
- 2015-12-08T03:24:43-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
Yes, We got the same error. Below is the error which we have found with your provided script.
Error:-
sort: write failed: standard output: Broken pipe
sort: write error
Below is the final output after applying the embroidery effect.
Error:-
sort: write failed: standard output: Broken pipe
sort: write error
Below is the final output after applying the embroidery effect.
- 2015-12-07T23:56:11-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
I got below error with junk data. So I have posted error message here.
"sort: write failed: standard output: Broken pipe sort: write error"
"sort: write failed: standard output: Broken pipe sort: write error"
- 2015-12-07T23:34:59-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
I am using the below logic with the php. <?php $path_to_script= dirname(__FILE__)."/embroidery.sh"; exec("$path_to_script -n 8 -p 1 -t 2 -i 0 -C 0 cnbc.jpg cnbc_1.jpg"); exit; ?> Platform : Linux Imagemagick version : ImageMagick 6.9.0-3 Q16 x86_64 2015-01-09 I am using the latest embroidery script ...
- 2015-12-07T08:20:03-07:00
- Forum: Fred's Scripts
- Topic: Fred's ImageMagick Scripts
- Replies: 25
- Views: 252677
Re: Fred's ImageMagick Scripts
I am also facing the problem with the embroidery image conversion. When I am trying to apply the embroidery effect, only background is converting into the embroidery and rest of the image part became the black. I am using the same cnbc image. http://www.fmwconcepts.com/imagemagick/embroidery/images ...