Is it possible to reduce the size of preview png files in Ant-Media Server? - ant-media-server

I need to reduce the size of png file of the previews but i didn't see any option related to that in dashboard. Is there any way to do that?

You can change settings.previewHeight setting in /AMS-FOLDER/webapps/<Application-Name>/WEB-INF/red5-web.properties aka App Settings. Default value is 480

Related

HTTP error when uploading large size images

I am trying to upload an image using the WordPress Media Uploader (WP Admin > Media > Add new). Smaller size image up to 460kb uploading fine without any error. But when i try to upload large size image it showing HTTP error. I have tried adding the below line in wp-config file. But No luck :(
define('WP_MEMORY_LIMIT', '64MB');
Anyone have idea on this. Please help me.
I have attached screenshot too
Thanks..
In your wordpress dashboard go to Settings -> Media. There you have different sizes (width x height) defined for Thumbnails, Medium Size and Large. By default, for large wordpress has a size of 1024 x 1024. If you try to upload a bigger resolution image like 4096 x 2048 let's say, you'll get an error. Try increasing the resolution for the Large images and try again and see if that works. Check phpinfo() for memory_limit settings on your server. If it's limited to some amount at the server level, setting it on wp-config.php won't really help.

How to change the background image IBM mobile anywhere app in login page

I am looking to re-design the Login page. I need to add a new background image. Let me know where should I be copying this image into the project and where should I be specifying the image reference. I see the change made directly into Login.html are not reflecting in the output.
There are two logos in Maximo Anywhere, ibmLogoDark.png and ibmLogoLight.png (for the light and dark backgounds). You will need to obtain suitable replacement (transparent backgound) logo gifs or png files from your customer, of an equivalent size.
The IBM logo image files are in:
\MaximoAnywhere\apps\WorkExecution\common\js\platform\ui\control\images\mdpi
and also in:
\MaximoAnywhere\apps\WorkExecution\common\idx\mobile\themes\common\idx\images
So that is where I put copies of my customers replacement logos.
You'll want to give them different names from the IBM logos just so they don't get overwritten so easily. There are 4 CSS files you need to update to the new name:
about.css, launch.css and login.css in:
\MaximoAnywhere\apps\WorkExecution\common\idx\mobile\themes\common\idx
and mdpi.css in
\MaximoAnywhere\apps\WorkExecution\common\js\platform\ui\control\css
There are also two app.xml files you need to update to point to the new names. One in each of:
\MaximoAnywhere\apps\WorkExecution\platform-artifacts\dialog
and
\MaximoAnywhere\apps\WorkExecution\platform-artifacts\login
Then rebuild and you're done. Oh, and make sure you clear your browser cache (or use incognito mode) to test.

wordpress how to change original image quality during upload (jpeg)

I using plugins and trying find it in source code WordPress, but i can only change quality for thumbnails. I need 30-40% quality jpeg images instead 90% (default)
go to media upload. You can change size of image you upload.

Wordpress default resize images name need to change

I am working on wordpress(3.5.2) project but getting one issue in case of image resizing. In wordpress when i upload any image its auto resizing to thumbnail,medium and larger but the name of image taking like image-300x300.jpg but i want, for thumbnail it should be imagename-thmbnail.jpg, for medium imagename-medium.jpg and for large imagename-large.jpg
I have made changes in Setting/Media - image re-size but it not coming consistence image name .
I do appreciate for advance help.
If I follow you correctly Neil,
You are wanting the image files created in the WordPress upload/sizing routine to be named as follows:
[imgname]-thmbnail.jpg,
[imgname]-medium.jpg,
[imgname]-large.jpg.
To the best of my knowledge this is not an option. If you can provide more detail on why you want to do this I may be able to help more.
You can declare custom image sizes in your functions.php file like so:
`add_image_size( 'thmbnail', 80, 80, true );`
and then use it in your theme:
`the_post_thumbnail('thmbnail');`.
Just be aware WordPress uses the following natively: thumb, thumbnail, medium, large, post-thumbnail.

Webpage Icon that appears in the browser tab in Flex 4

I want to add a Icon that represents my webpage in the browser tabs and when is saved to favorites. How do I add this.
Probably some propriety of the Aplication tag that I canĀ“t find.
And what it the correct size the icon must be ? (32*32 or something like that)
Thanks in advance.
The keyword you are lacking is favicon or favicon.ico.
What you are referring to is a favicon.ico file, which is set on your server, not within your flex app. Depending upon your server setup, it could be as simple as dropping a favicon.ico file that you create in the same directory as your app. The favicon.ico file has to be in a particular format (.ico) and is generally 16x16 pixels, although the .ico format allows for multiple sizes within the same file.
You're looking for a (16 pixel) Favicon.

Resources