Search found 9 matches

by marcnrw2
2012-09-03T14:15:55-07:00
Forum: Users
Topic: Speed up Image Manipulation if only 2% affected
Replies: 3
Views: 5733

Re: Speed up Image Manipulation if only 2% affected

Hi Wolfgang! That sounds interesting! Sounds to be nearly the exact answer to my long question. :-) I am just a bit surprised that this way of block-wise changeout works with jpg. I would have awaited that this method would best work for uncompressed file formats to save the decompression time (and ...
by marcnrw2
2012-09-03T11:53:37-07:00
Forum: Users
Topic: Speed up Image Manipulation if only 2% affected
Replies: 3
Views: 5733

Speed up Image Manipulation if only 2% affected

Hello! I have an internet project which creates videos on the fly with individual inputs like images which are displayed in the video. Until now I realized this basing on flash technology because I could do a lot of video manipulation on client side. But now I need a h.264 solution what means that I ...
by marcnrw2
2012-01-30T22:07:15-07:00
Forum: Users
Topic: convert/distort: wrong resizing if source image is too large
Replies: 11
Views: 19125

Re: convert/distort: wrong resizing if source image is too l

DAMN! Yeah! That works!!! You are a genious! :-) I thought such elements for uncommenting are not needed in PHP but obviously it is. Thasnk you very much for all the effort, fmw!
Again: Thank you very much!

Marc
by marcnrw2
2012-01-30T21:14:43-07:00
Forum: Users
Topic: convert/distort: wrong resizing if source image is too large
Replies: 11
Views: 19125

Re: convert/distort: wrong resizing if source image is too l

I must give in I wasn't sure about the formatation. I used this PHP syntax: exec("/usr/imagemagick/bin/convert background_image3.png (yyy.png -alpha set -virtual-pixel transparent +distort perspective '0,0 26,168 %w,0 308,181 %w,%h 307,341 0,%h 21,354') -layers merge result.png"); I am rather sure I ...
by marcnrw2
2012-01-30T20:13:33-07:00
Forum: Users
Topic: convert/distort: wrong resizing if source image is too large
Replies: 11
Views: 19125

Re: convert/distort: wrong resizing if source image is too l

Hi fmw! Sorry that I am so late! I checked out your code now but it seems that it still has the problem that input images which are "too large" are converted as too small images. Please try out this image which counts 700x414 px: http://www.marcotomato.de/canvas/test/yyy.png By the way I let run my ...
by marcnrw2
2012-01-26T17:15:29-07:00
Forum: Users
Topic: convert/distort: wrong resizing if source image is too large
Replies: 11
Views: 19125

Re: convert/distort: wrong resizing if source image is too l

Wow! Really? I will check it out tomorrow and come back here. :D

Thank you very much, fmw!!!
by marcnrw2
2012-01-24T19:29:40-07:00
Forum: Users
Topic: convert/distort: wrong resizing if source image is too large
Replies: 11
Views: 19125

Re: convert/distort: wrong resizing if source image is too l

Hello! Thank you for your answer! You were right, my description wasn't exact enough. The result I posted as the two screenshots are not the results basing on the posted code. But the posted code was the code which makes the trouble. I post the complete code at the end of this message. What the code ...
by marcnrw2
2012-01-24T16:35:56-07:00
Forum: Users
Topic: convert/distort: wrong resizing if source image is too large
Replies: 11
Views: 19125

convert/distort: wrong resizing if source image is too large

Hello! I want to resize and adjust/turn a given image so that it is saved to given coordinates onto a bigger background image. That works perfect if the source image is not larger in width and height than the background image. As larger the source image as smaller the resized result (if source image ...