search for: imageattrs

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

Did you mean: 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
We are experiencing an issue with our Cisco 9971 and 8945 phones where H264 video calls are connecting at 176x144 resolution instead of 640x480. Soft clients can connect at higher resolutions and the 9971 can even receive video at a higher resolution (although it still sends 176x144). I contacted one of the developers and he suggested the passthrough of SDP attributes is not working correctly.
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 way...
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