What do you mean correct define?
It is a normal image. Only the strips do not belong in there.
Search found 18 matches
- 2015-08-28T05:51:11-07:00
- Forum: Developers
- Topic: Check if the Image loaded and convert correct?
- Replies: 4
- Views: 5560
- 2015-08-28T03:05:27-07:00
- Forum: Developers
- Topic: Check if the Image loaded and convert correct?
- Replies: 4
- Views: 5560
Check if the Image loaded and convert correct?
How can i ceck if the image loaded and convert correct?
See picture:
See picture:
- 2015-08-26T01:52:25-07:00
- Forum: Developers
- Topic: error Reporting shell_exec
- Replies: 2
- Views: 4418
Re: error Reporting shell_exec
IT works Thank You
- 2015-08-25T09:01:32-07:00
- Forum: Developers
- Topic: error Reporting shell_exec
- Replies: 2
- Views: 4418
error Reporting shell_exec
private function convert_width($size,$pic,$input,$output) { $pfadinput = $input."/".$pic; $pfadoutput = $output."/".$pic; print_r("/usr/bin/convert -resize '.$size.' -quality 100% '.$pfadinput.' '.$pfadoutput"); var_dump(shell_exec("/usr/bin/convert -resize '.$size.'-quality 100% '.$pfadinput ...
- 2015-08-20T04:26:35-07:00
- Forum: Developers
- Topic: How can I check ImageMagic commands, whether they have been carried out correct?
- Replies: 4
- Views: 5330
Re: How can I check ImageMagic commands, whether they have been carried out correct?
Version: ImageMagick 6.8.9-9 Q16 i686 2014-11-05 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Betriebssytem: Linux welche Version weiß ich nicht.
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Betriebssytem: Linux welche Version weiß ich nicht.
- 2015-08-19T01:36:31-07:00
- Forum: Developers
- Topic: How can I check ImageMagic commands, whether they have been carried out correct?
- Replies: 4
- Views: 5330
Re: How can I check ImageMagic commands, whether they have been carried out correct?
How can I check if that image was assembled correctly?
First, define "correctly". Then test for that condition being true.
The error is that the images are loaded correctly and not always as a background a gray area appears
First, define "correctly". Then test for that condition being true.
The error is that the images are loaded correctly and not always as a background a gray area appears
- 2015-08-13T07:26:11-07:00
- Forum: Developers
- Topic: How can I check ImageMagic commands, whether they have been carried out correct?
- Replies: 4
- Views: 5330
How can I check ImageMagic commands, whether they have been carried out correct?
How can I check ImageMagic commands, whether they have been carried out correct ?
How can I check if that image was assembled correctly?
How can I check if that image was assembled correctly?
- 2015-07-02T09:01:17-07:00
- Forum: Developers
- Topic: -composite with spacekey
- Replies: 6
- Views: 8228
Re: -composite with spacekey
Version: ImageMagick 6.8.9-9 Q16 i686 2014-11-05
I use PHP yes.
It copy the pics in a file. These file is a Galleryname. And the galleryname can have spaces.
I use PHP yes.
It copy the pics in a file. These file is a Galleryname. And the galleryname can have spaces.
- 2015-07-02T08:48:52-07:00
- Forum: Developers
- Topic: -composite with spacekey
- Replies: 6
- Views: 8228
Re: -composite with spacekey
I use from imagemagicx these Command: /usr/bin/convert converting/size-0.jpg -quality 100% converting/logosafe/" . $piclog . " -gravity SouthEast -geometry +" . $pos . "+" . $pos . " -composite " . $gallerie . "/'" . $pic . "'" If in the String oft he Varaiable $gallerie a space blank –composite d ...
- 2015-07-02T05:18:29-07:00
- Forum: Developers
- Topic: -composite with spacekey
- Replies: 6
- Views: 8228
-composite with spacekey
I need the -composite command with space. How do I that?
- 2014-11-27T09:31:04-07:00
- Forum: Magick++
- Topic: Imagemagic image size get smaller MB
- Replies: 1
- Views: 9229
Imagemagic image size get smaller MB
How do I get the images smaller? I mean the Megabite/kilobyte not the witdth and height.
- 2014-09-09T11:53:28-07:00
- Forum: IMagick
- Topic: Combine two images not always work correct.
- Replies: 7
- Views: 14045
Re: Combine two images not always work correct.
The first picture The picture which has not been completely loaded.
The second ist the loge on the right side at bottom.
No there are always different pictures.
Sometimes none at all
The second ist the loge on the right side at bottom.
No there are always different pictures.
Sometimes none at all
- 2014-09-09T08:27:30-07:00
- Forum: IMagick
- Topic: Combine two images not always work correct.
- Replies: 7
- Views: 14045
- 2014-09-09T08:14:39-07:00
- Forum: IMagick
- Topic: Combine two images not always work correct.
- Replies: 7
- Views: 14045
Combine two images not always work correct.
When combining Handle multiple (two images) with combosite, he is the first that can not always be 100% together correctly. It remains a gray background. Why is that? shell_exec("/usr/bin/convert converting/hintergrund.jpg output/'".$pic."' -gravity center -composite ".$gallerie."/'".$pic."'"); http ...
- 2014-05-26T03:53:41-07:00
- Forum: Users
- Topic: -composite composition error
- Replies: 2
- Views: 11059
-composite composition error
These is my second Thread for this theme. This time a little more detail. And convert the size and height. But for the Smaller Pictures with 138px heigt. I will a white background behind it put. These with -composite. But the Composited Pictures are all with. the actual picture is not visible Where ...