The tiling tag has no wiki summary.
4
votes
0answers
65 views
Vim-like window manager [closed]
In my daily work I use a lot vim as my editor and the tiling window manager awesome. In my opinion both are great tools. What I don't like about awesome (and multiple other tiling window managers) are ...
0
votes
0answers
45 views
OpenLayers.Layer.ArcGIS93Rest uses images in bad quality
I have a local ArcGIS server 9.3.1.
I've enabled WMS and caching (tiling).
I want to show the tiles using OpenLayers, since ArcMap can't open its own REST services ;(
Using OpenLayers this works ...
0
votes
1answer
290 views
Unity3D visible seams on borders when tiling texture
For my game I have written a shader that allows my texture to tile nicely over multiple objects. I do that by choosing the uv not based on the relative position of the vertex, but on the absolute ...
0
votes
1answer
128 views
PNG size growth when using RenderTargetBitmap and PngBitmapEncoder
I'm using a method to merge some tile images into a single image. But if I apply it to four 30kb- PNG images, the resulting PNG image would be 500K (~4x more than what I expect)
This is some part of ...
1
vote
1answer
376 views
Merge png images into single image in WPF
I'm looking for a way to Merge some PNG tile images into a big image. So I search and found some links. This is not answered properly. This is not tiling, it's good for overlaying images and this is ...
1
vote
1answer
172 views
texture atlas tiling
i'm trying simple texture splatting on ios opengl es 2.0 (ipad). I have 4 tiled textures in pvrt compressed atlas (2x2 tiles). 4 single textures on 4 texture units was terribly slow.
vertex ...
1
vote
2answers
213 views
Tiling grid with 2 x 1 and 2 x 2 rectangles
I couldn't write the recurrence relation to a question like below.
Given a rectangular grid, with dimensions 4 x n, how many ways are there to completely tile the grid with 2 x 2 and 2 x 1 dominoes?
...
0
votes
1answer
100 views
Generating tiles from a large PNG
I'm looking to use CATiledLayer to display a huge PNG image on an iOS device. For this to work, I need to split the larger image into tiles (at 100%, 50%, 25% and 12.5%) on the client (creating tiles ...
3
votes
0answers
192 views
How to transition an isometric object from one tile to another without overlapping other tiles
I've created an isometric environment, all in Javascript and HTML5 (2D Canvas), which mostly works fine. The problem I'm facing is to do with having different height tiles and then sorting the indexes ...
1
vote
1answer
82 views
repeat texture between a png
I want to repeat specific rectangular area at centre of png drawable instead of repeating the whole image using
android:tileMode="repeat" . If I 9 patch it will get stretched .any solution ?
0
votes
1answer
66 views
Algorithm for tiling an arbitrary set polyominoes is some finite space region?
Does an efficient (i.e. P-complete) algorithm exist that can tile an arbitrary set of polyominoes, within a finite region? Could you point me to some websites that elaborate on the subject?
Searching ...
0
votes
1answer
276 views
SDL - Scrolling through an (offscreen) surface
I am having a hard time wrapping my head about the concept of making a scrolling graphics program in SDL in c++... for a sidescrolling game, for instance, or a top down game with a map larger than the ...
3
votes
1answer
208 views
How to attack this tiling puzzle?
[The 1000 point problem on SRM 209, Div I]
At some stage, the problem reduces to the following:
Given blocks of three square units, like below, which can be rotated in any manner, how many ways are ...
0
votes
1answer
298 views
Fill polygon shaped sprite with squared texture in cocos2d
I'd like to know if it's possible to fill a polygon shaped sprite with a squared/rectangular texture using cocos2d. I guess I will have to override the draw method, but I have no idea on how to ...
1
vote
0answers
28 views
How to modify only a certain part of a 2D array through a function?
I have a function which performs a transpose:
transpose (int ** array, int arr_size){
for (i=0; i<arr_size; i++) {
for (j=i+1; j<arr_size; j++) {
temp=array[j][i];
...
1
vote
0answers
84 views
HTML5 Canvas - Save drawing data to specific tiles
newbie here. I plan on writing a canvas drawing application that features a seemingly infinite canvas. To achieve this, i'm trying to implement something along the lines of this:
How to have an ...
0
votes
2answers
58 views
CSS make divs of various heights and widths take as little space as possible by “nestling”
Hi I am trying to make a bunch of divs of various heights float into the optimum position to take up as little space as possible collectively. I have tried using inline blocks with the vertical-align ...
1
vote
0answers
77 views
creating a web image tiler
I need to show a rather large image that represents something similar to a construction plan and allow users to place pins on it.
I'd like to do this similarly to how google maps works having the ...
1
vote
1answer
680 views
How to insert content in the middle of a page in a PDF using IText
I have a requirement to insert Content into the middle of the page in a PDF.
The Content may be a Dynamic Table or an Image.
My Concept was to first split the PDF into 2 parts, then get the new ...
1
vote
0answers
239 views
Kid-friendly tiling window manager
I am looking for a tiling window manager that will allow my daughter (4 yrs) to run ucblogo and display the turtle graphics at the same time.
A little background:
Ubuntu/Debian has a package ...
0
votes
1answer
152 views
Tiling subtexture over 3D shape in OpenGL
I have a texture which is a grid of smaller textures and which I am not able in this application to split into individual files. I need to tile these subtextures over a model.
Splitting the geometry ...
0
votes
5answers
442 views
How do I make divs of 150x150 squares along the screen
*and to start new rows as they fill each previous row?
this should work but doesnt for me,
html:
<div id="squares">
<div id="1">
width:150px;
height:150px;
</div>
<div id="2">
...
2
votes
2answers
724 views
Tiling different size rectangles
I am looking for some pointers to algorithms that should allow to tile with no overlap different size rectangles.
Given a set of different sized rectangles, tile them on an area of size H x W with no ...
0
votes
3answers
296 views
Stop MPlayer from using float in Awesome WM
I understand that MPlayer calls a "configurerequest" and for that reason, completely ignores the rules of my Window Manager in Archlinux, AwesomeWM and instead of being tiled, it floats. Is there ...
0
votes
2answers
75 views
Is there a way to tile editors in Eclipse using only the keyboard?
When working on multiple files in Eclipse, I usually organize the editors in tiles. However, there are times, when I need to close all open editors to open a different set of files. When I open the ...
0
votes
2answers
1k views
Three.js: tiling textures, buffering and browser compatibility
I am working on a project in html 5 canvas. For this I use the three.js library to draw some simple cubes in the shape of a simple cupboard. I have already added ambient lighting, anti-aliasing and ...
1
vote
0answers
362 views
Most efficient way to draw 2d tiles in OpenGL
I'm writing a 2D iPad application where the main portion of the screen will be filled using 16x16 pixel tiles, so 3600 in total. The display doesn't have to update particularly smoothly (and only ...
0
votes
1answer
96 views
Java shapes sharing borders
I'm writing a program that generates penrose tilings and I wanted to use Java's Graphics2D class. I was wondering if there was any way to check if 2 or more shapes share a border with each other. ...
2
votes
3answers
531 views
Android: Drawing tiled bitmaps with bottom or some other alignments similar to css background-position
I want to set a background of a View with a tiled bitmap, but the tiling needs to be anchored to the bottom-left, instead of the top-left corner (the default). For example, if the tiles are the smiley ...
2
votes
1answer
115 views
How would I tile a section of a texture in screen space?
Do forgive me if this has been asked before, I've been looking for the answer to this all day and all I'm coming up with is help with tile based 2D games. x~x
I'm trying to create a skinnable GUI in ...
1
vote
1answer
2k views
Tiling images in android with ImageView in XML
I am trying to get an image on the background to tile until the background is full.
My current code is:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
...
3
votes
1answer
632 views
Writing Tiling window manager in Python
I have been using Awesome Tiling window manager for over 6 months now, and quite happy with this.
I would like to write my own Tiling window manager as a weekend project and for hackfun. I noticed ...
0
votes
1answer
384 views
Tiling images with PHP GD
I'm trying to tile multiple images, i.e. put one directly underneath another. They all have the same width (120px) and differing heights.
This is what I have:
$finalbg = null;
for($i=0; $i<7; ...
1
vote
1answer
298 views
iPhone4 iOS5 custom history UITableViewCell [image included] is it possible?
I'm trying to add a way for my app to display data in an easily comprehensible form. I tried doing this with graphs, but found it to be a bit awkward, so I'm off to find a better solution.
Here's a ...
1
vote
1answer
1k views
Tiling an image in a UIVIew
I am trying to tile an image for an app I am making. I am making rope that I can set the length for. In order to do this, I have a function that takes my rope length, sets the frame size ...
22
votes
5answers
1k views
Generalizing the algorithm for domino tiling?
In this earlier question the OP asked the following problem:
Given a rectangular grid where some squares are empty and some are filled, what is the largest number of 2x1 dominoes that can be ...
1
vote
3answers
529 views
Problem in tiling image starting at different height using TextureBrush in C#
I am trying to tile an image(16x16) over a Rectangle area of dimensions width=1000, height=16 using TextureBrush to get a strip like UI.
Rectangle myIconDrawingRectangle = new Rectangle(x, y, ...
1
vote
1answer
715 views
How to enable Loop tiling in gcc?
How to compile a code using gcc, which performs loop tiling (Blocking) ? The -O3 optimization by default does not do loop tiling. I need to enable loop tiling in this flag and also, find out the tile ...
8
votes
5answers
2k views
Counting the ways to build a wall with two tile sizes [closed]
You are given a set of blocks to build a panel using 3”×1” and 4.5”×1" blocks.
For structural integrity, the spaces between the blocks must not line up in adjacent rows.
There are 2 ...
1
vote
0answers
140 views
Wrapping sub rectangle from big texture
I'm trying to build a shader that is able to wrap sub rectangles from a big texture. I basically want to avoid having to create big tiles with the same thing manually wrapped or do so much tiling but ...
1
vote
0answers
102 views
Discrepancy between AVD emulator and phone deployment — Tiling mode for bitmaps
I am using:
android:tileMode="repeat"
To tile a bitmap for a background on an Android application I am writing. It works perfectly in the emulation devices on my computer (2.1 update 1, 2.2, all ...
4
votes
2answers
443 views
Calculating the optimal number of columns for a table layout - Only given the table width and a list of rectangles
I have a list of rectangles with different dimensions.
rects = [100x20, 30x10, 10x10, 70x20, 40x30, 50x10]
I am trying to render a table from these rectangles. If I would have a fix number of ...
7
votes
2answers
4k views
Android: Tiling a Bitmap on a Canvas
I would like to create a 'graph paper' look to the Bitmap I am drawing via a Canvas, and trying to figure out the best way to do this.
I can't pass a source Bitmap containing the graph paper ...
7
votes
5answers
6k views
Different background color either side of page
I want to create a fixed-width layout where the background color on either side of the page is different, but with the background colours extending infinitely from either side of the page no matter ...
7
votes
2answers
833 views
Algorithm to fit windows on desktop (like tile)
I searching algorithm to solve problem like this:
I have few windows, each window can be moved and re sized but with specified ratio between width and height, eg. 2:1 (height:width).
Each window ...
37
votes
5answers
5k views
Tiled drawable sometimes stretches
I have a ListView whose items have a tiled background. To accomplish this, I use the following drawable xml:
<bitmap
xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
1answer
135 views
IE8 Flash canceling png tiling
I have a weird issue that only seems to show itself on IE 8 so far.
I have a semi transparent png tiling accross some divs on my site. All works ok. However as soon as i put any flash content on any ...
0
votes
1answer
187 views
Tiling patterns
I'm looking for efficient solution/algorithm for tiling : the layout of the decking tiles.
We want to build system that will calculate the mutual placement of columns and beams (beams, joist) with ...
6
votes
3answers
826 views
Splitting a WPF PathGeometry into “tiles”
I have a rather large PathGeometry (over 100,000 points and stroked but not filled) to display for the user, but only a small portion of the path will be visible at any one time. To clarify, the path ...
3
votes
1answer
2k views
Find the center point of a UIScrollView while zooming
I'm having difficulties getting a tiled UIScrollView to zoom in and out correctly with pinch zooming. The issue is that when a pinch-zoom occurs, the resulting view is usually not centered in the same ...