Hiya,
I am using Selenium Webdriver on firefox to take screenshots of webpages. its known thing that webdriver takes screenshots in different sizes each time.
1) To overcome the size issue, i am using convert command in Imagemagick to set to standard size of 1024x1024!
2) When i compare the images ...
Search found 8 matches
- 2015-01-14T18:17:37-07:00
- Forum: Users
- Topic: Issues comparing two images taken from webdriver screenshot
- Replies: 1
- Views: 5114
- 2015-01-11T19:30:22-07:00
- Forum: Users
- Topic: Not able to get standard Picture size to compare two Images
- Replies: 1
- Views: 4266
Not able to get standard Picture size to compare two Images
All,
I am currently using Webdriver tool to get screenshot of a Webpage. I'm using Firefox browser to host the webapage.
The issue i am facing while comparing two images in ImageMagick is that the size of screenshots vary.
To overcome this, i explicitly try "convert" command and update Image to ...
I am currently using Webdriver tool to get screenshot of a Webpage. I'm using Firefox browser to host the webapage.
The issue i am facing while comparing two images in ImageMagick is that the size of screenshots vary.
To overcome this, i explicitly try "convert" command and update Image to ...
- 2014-09-29T12:03:17-07:00
- Forum: Users
- Topic: Issue trying to convert image - convert: no decode delegate
- Replies: 5
- Views: 16444
Re: Issue trying to convert image - convert: no decode deleg
I tried to install "libpng-1.5.19.tar.xz" on my ubuntu
chan@kpp-qa2-5803:~/softwares/libpng-1.5.19$ ./configure --prefix=/home/chan/softwares/usr/local
chan@kpp-qa2-5803:~/softwares/libpng-1.5.19$ make
make: *** No targets specified and no makefile found. Stop.
chan@kpp-qa2-5803:~/softwares ...
chan@kpp-qa2-5803:~/softwares/libpng-1.5.19$ ./configure --prefix=/home/chan/softwares/usr/local
chan@kpp-qa2-5803:~/softwares/libpng-1.5.19$ make
make: *** No targets specified and no makefile found. Stop.
chan@kpp-qa2-5803:~/softwares ...
- 2014-09-29T11:27:26-07:00
- Forum: Users
- Topic: Issue trying to convert image - convert: no decode delegate
- Replies: 5
- Views: 16444
Re: Issue trying to convert image - convert: no decode deleg
Output of convert -version
chan@kpp-qa2-5803:~/softwares$ LD_LIBRARY_PATH=/home/chan/softwares/usr/local/lib /home/chan/softwares/usr/local/bin/convert -version
Version: ImageMagick 6.8.9-8 Q16 x86_64 2014-09-27 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC ...
chan@kpp-qa2-5803:~/softwares$ LD_LIBRARY_PATH=/home/chan/softwares/usr/local/lib /home/chan/softwares/usr/local/bin/convert -version
Version: ImageMagick 6.8.9-8 Q16 x86_64 2014-09-27 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC ...
- 2014-09-28T21:08:56-07:00
- Forum: Users
- Topic: Issue trying to convert image - convert: no decode delegate
- Replies: 5
- Views: 16444
Issue trying to convert image - convert: no decode delegate
I tried doing the following steps
Step 1
untarred Imagemagick source file.
Step 2
cd ImageMagick-6.8.9-8
Step 3
./configure --prefix=/home/chan/softwares/usr/local
Step 4
make install
Step 5 command, trying to convert jpg to png image format.
chan@kpp-qa2-5343:~/softwares/usr/local ...
Step 1
untarred Imagemagick source file.
Step 2
cd ImageMagick-6.8.9-8
Step 3
./configure --prefix=/home/chan/softwares/usr/local
Step 4
make install
Step 5 command, trying to convert jpg to png image format.
chan@kpp-qa2-5343:~/softwares/usr/local ...
- 2014-09-24T12:43:25-07:00
- Forum: Users
- Topic: Issue running Imagemagick on ubuntu linux package
- Replies: 0
- Views: 3856
Issue running Imagemagick on ubuntu linux package
my Imagemagick setup was as follows -
1) download Imagemagick.tar.gz file
2) untarred and did ./configure
3) DESTDIR=/home/chan/ImageMagick make install
After doing the above steps , i tried running the command for compare and started seeing the below Error
command -> LD_LIBRARY_PATH=~/softwares ...
1) download Imagemagick.tar.gz file
2) untarred and did ./configure
3) DESTDIR=/home/chan/ImageMagick make install
After doing the above steps , i tried running the command for compare and started seeing the below Error
command -> LD_LIBRARY_PATH=~/softwares ...
- 2014-08-28T15:14:04-07:00
- Forum: Users
- Topic: Running Imagemagick over continuous Integration tool
- Replies: 2
- Views: 2994
Re: Running Imagemagick over continuous Integration tool
Hi,
I would appreciate if someonce can guide me in getting ImageMagick as linux package without me installing it, as i do not have root privileges to install on linux machine - ImageMagick-6.8.9-7.x86_64.rpm
I would want to use this tool without installing nor exporting lib to the PATH , as i want ...
I would appreciate if someonce can guide me in getting ImageMagick as linux package without me installing it, as i do not have root privileges to install on linux machine - ImageMagick-6.8.9-7.x86_64.rpm
I would want to use this tool without installing nor exporting lib to the PATH , as i want ...
- 2014-08-28T10:52:37-07:00
- Forum: Users
- Topic: Running Imagemagick over continuous Integration tool
- Replies: 2
- Views: 2994
Running Imagemagick over continuous Integration tool
Hi,
I am planning to integrate Imagemagick into Jenkins CI tool. I was able to download Imagicmagick windows version & integrate it with my eclipse and write code around that, to compare two images to find the differences.
Since my CI runs on remote Linux boxes, i wanted to check how to achieve the ...
I am planning to integrate Imagemagick into Jenkins CI tool. I was able to download Imagicmagick windows version & integrate it with my eclipse and write code around that, to compare two images to find the differences.
Since my CI runs on remote Linux boxes, i wanted to check how to achieve the ...