Top "Scaling" questions

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

Scaling solutions for MySQL (Replication, Clustering)

At the startup I'm working at we are now considering scaling solutions for our database. Things get somewhat confusing (for …

mysql replication scaling cluster-computing database-cluster
Scale a series between two points

How do I scale a series such that the first number in the series is 0 and last number is 1. I …

r scaling
Android imageview not respecting maxWidth?

So, I have an imageview that should display an arbitrary image, a profile picture downloaded from the internet. I want …

android scaling imageview
How to "scale" a numpy array?

I would like to scale an array of shape (h, w) by a factor of n, resulting in an array …

python arrays numpy scaling
Disable DPI awareness for WPF application

Good day! I've been working on a WPF app for some time now (as a learning experience and oh boy …

wpf scaling dpi
Resizing a bitmap to a fixed value but without changing the aspect ratio

I'm looking for a solution for the following problem: how to change the size of a Bitmapto a fixed size (…

android view bitmap scaling
Service Oriented Architecture - AMQP or HTTP

A little background. Very big monolithic Django application. All components use the same database. We need to separate services so …

http rabbitmq soa scaling amqp
Stop Firefox DPI Scaling (when Windows setting is at 125%)

I'm currently making a webpage and testing it in chrome works fine, but in Firefox - it is zoomed in. …

css firefox zoom scaling dpi
How do I scale one rectangle to the maximum size possible within another rectangle?

I have a source rectangle and a destination rectangle. I need to find the maximum scale to which the source …

algorithm scaling
Get Canvas coordinates after scaling up/down or dragging in android

I'm developing an application in which I'm pasting images, doing drawing and painting on canvas. This app can also Scale …

android position scaling android-canvas touch-event