Tagged Questions
2
votes
1answer
39 views
Zoom MandelBrot Set
My calculations seem to be moving the image around more than scaling it. Not quite sure where I'm going wrong. I thought I followed the other post on here correctly but it's not quite right.
int xPos ...
5
votes
1answer
146 views
goocanvas - coordinate systems and zooming to cursor
I am trying to implement zoom towards the pointer/cursor within a goocanvas which is located within a scrolledwindow. Unfortunately the documentation about coordinate systems used is less than ...
0
votes
1answer
351 views
Mandelbrot with zoom implementation in C
I am trying to implement a zoom in/out function in my mandelbrot code.. I partially implemented zoom function but when zoomed in, its getting blurry and cant able to see the mandelbrot set anymore..
...
0
votes
2answers
229 views
Zoom far in on an image with Xlib
I have an ximage which I want to zoom in on, and display. I'm currently taking the naive approach:
allocate bigger image
use nearest-neighbor interpolation to fill it in.
put the whole image on a ...