search for: imageattr

Displaying 7 results from an estimated 7 matches for "imageattr".

2011 Feb 04
12
Run Nice Player .nmf app
Hi all, I'm needing/trying to save linux in my company. I have files in format .nmf (from a company called Nice) to listen. Don't have open or proprietary codecs for linux. I can only to the Nice Player. <Ubuntu Desktop> I've tried: 1- copy of folder installed in the windows for linux ubuntu desktop and run "wine nice.exe" and dont' run 2- run the package of
2014 Mar 31
1
Video calls using Cisco phones are 176x144(QCIF) and 15FPS both ways
...ed one of the developers and he suggested the passthrough of SDP attributes is not working correctly. Has anyone else experienced this problem? We're running Asterisk 11.8.1. Below are the video parts of the sip debug for one of the phones during a video call. Should I be seeing the "a=imageattr" in the SIP OK message? <--- SIP read from UDP:10.168.154.71:5060 ---> INVITE sip:7872 at 10.162.26.15;user=phone SIP/2.0 Via: SIP/2.0/UDP 10.168.154.71:5060;branch=z9hG4bK1182b2d3 From: "Shawn Hughes" <sip:7871 at 10.162.26.15 >;tag=20bbc0df35ef052672e68696-0b174da0 T...
2007 Jul 18
1
RMagick progress monitor with backgroundrb - possible?
I''m looking for a way to give the user a progress monitor on large image manipulations with RMagick. I first looked at this method - http://www.imagemagick.org/RMagick/doc/imageattrs.html#monitor - to do it in a controller action, but since I can''t call multiple renders in an action, I would need to store the progress in the database and call another action from javascript to look it up, which seems like overkill(although maybe there is a better way I haven''t...
2005 Oct 11
8
resize images
Hi, I am looking for the best solution to resize images to fit within a certain area. The images will only be made smaller if they will not fit within a fixed size area. It is important to maintain the same proportions. This ImageMagick extension looks promising: http://vantulder.net/rails/magick/ However, I believe it may be overkill for just resizing images sometimes. I have also seen a
2007 Jul 27
0
RMagick progress monitor with
...://www.blognow.com.au/q/64767/Screen_cast_of_multiple_progress_bar_tracker.html Regards Mikel > > I''m looking for a way to give the user a progress monitor on large > image manipulations with RMagick. I first looked at this method - > http://www.imagemagick.org/RMagick/doc/imageattrs.html#monitor - to do > it in a controller action, but since I can''t call multiple renders in > an action, I would need to store the progress in the database and call > another action from javascript to look it up, which seems like > overkill(although maybe there is a better wa...
2006 Feb 28
6
File_column, RMagick, and watermarking
I''m working on a photo gallery and I''m using File_column to handle the uploads of the files and create my thumbnails, but does anyone here have any idea how to have a watermark (opaque text maybe) placed over one of the versions? Any ideas on how to go about this would be great. Even if it''s just straight RMagick code, that would be fine too. Thanks in advance for the
2006 Mar 04
13
file_column
Restricting size of an uploaded file, is how is that possible? If I do not want a user to upload a file larger than X bytes, can it easily be done? If I also would like restrict the types of files that can be uploaded, how may I do so? Thank you, Sharkie