Top "Scaling" questions

Scaling refers to the image manipulation function of re-sizing an image.

Scaling images with Java JAI

I have to scale an image with Java JAI. At the time now, I use the following code: private static …

java image scaling jai
iOS CAKeyFrameAnimation Scaling Flickers at animation end

In another test of Key Frame animation I am combining moving a UIImageView (called theImage) along a bezier path and …

ios uiimageview scaling flicker cakeyframeanimation
WPF font scaling

I have a WPF application where the user interface should be scaled so that it should become larger if the …

wpf user-interface scaling font-size
Querying sharded data in MySQL

I'm dealing with a lot of data in a MySQL database and I'd like to use sharding to scale out. …

mysql scaling sharding
Gems/Services for autoscaling Heroku's dynos and workers

I want to know if there are any good solutions for autoscaling dynos AND workers on Heroku in a production …

ruby-on-rails-3 heroku scaling delayed-job resque
How to scale the Quartz scheduler?

I plan to use the Quartz scheduler as I read many good opinions about it. My problem is as follows: …

java scalability scheduling quartz-scheduler scaling
highcharts and canvg scaling issue

This is kind of a specific issue but I imagine it might come in useful at some point for someone …

highcharts scaling canvg
My WPF app is per-monitor dpi-aware out of the box. I was not expecting that?

I am a bit confused about per-monitor dpi-aware in WPF. I thought you need to do some work to make …

wpf scaling dpi-aware
How do you Schedule Index Updates in CouchDB

As far as I understand, CouchDB indexes are updated when a view is queried. Assuming there are more reads than …

database couchdb scaling
How to fix scaling of a java-based application on a high dpi display in linux?

I just switched to java 11 (AdaptOpenJDK) so that my java Swing application looks ok on high dpi displays at different …

java linux swing scaling highdpi