-
Hello,
i have following script that converts pictures in the "original" folder to two other folders with different sizes. Unfortanly i get "UnicodeDecodeError" for a lot of files.
I use python34 and …
-
I have containerSurface with Imagesurface inside. I want to resize my container and to keep my image in the center. for this i using modifier align and origin. The problem is that origin doesn't work …
-
Originally reported on Google Code with ID 2301
```
Segfault when placing a pipette, let go of ctrl, click ctrl again to move it.
http://paste2.org/Z2eIMDfF
default tip f0ac59072d2d + issue 2290 them…
-
Using latest anaconda python, latest boost, latest pythran and
latest clang, the following code snippet causes a compile error:
import numpy
# pythran export bug(float[])
def bug(x):
```
ints=n…
-
I think we should render office=research area, but I'm not sure how should it look like. R&D offices are something like public/scientific/industrial areas (and are sometimes quite large), but I guess …
-
Would really like to see mousewheel zoom, and touch support. currently useless on mobile devices, and mousewheel feels much more natural than button clicks for zooming.
-
Hello,
For my project I've done a class with KinteticJS to add some element on my canvas. All seems working good but one thing is strange, when I add a text, an image or rect the script add a new can…
CSI68 updated
11 years ago
-
Hello!
I want to decorate nodes with images, and position the label of my nodes at the bottom of images.
The images I get can be different in size.
I would like to than pass the image Width, height t…
-
original slide1.xml contains:
``` xml
```…
-
Is there a way to re-size the images that are not on the page?
When I use a jQuery
$('selector').find('img').each(function(){ resize-code});
It only resizes the img's that are in the memory range, …