Quantcast
Channel: User Numeri - Stack Overflow
Browsing all 32 articles
Browse latest View live

Comment by Numeri on Large PDF sizes but less quality

@MaxWyss The files were scanned images to begin with, given to me in pdf format. I'd like to form a pdf of all of the files at the end.

View Article



Comment by Numeri on Large PDF sizes but less quality

Unfortunately, my files are all of the first type: scanned, full page images, and convert still bloats the size. Any hints for that?

View Article

Comment by Numeri on Otsu method (graythresh function in matlab) produces a...

I've read all of these answers, but I'm not convinced @Ratbert is correct. If graythresh returned a value relative to the range of its input, why would a = graythresh(uint8([10 20])) return a different...

View Article

Comment by Numeri on how can i draw an image pixel by pixel to jframe

Hi @Gogo-the-Cat! Welcome to StackOverflow! Usually, if you put more details about what doesn't work how you want it, you will get more answers. Good luck!

View Article

Comment by Numeri on How to show row to column in SSRS report?

Hey, @a415! Thank you for noticing that this question is a duplicate. It would be better to note that in a comment under the question. (If you had above 15 reputation on this site, it would be even...

View Article


Comment by Numeri on How to show row to column in SSRS report?

Possible duplicate of Rotate a table in reporting services?

View Article

Comment by Numeri on 'class' type redefinition error with header guards C++

This just caused me to go double check that I hadn't made the same mistake. Thanks... After literally breaking my head over it for ages, I had misspelled the #define statement.

View Article

Comment by Numeri on How Can I use Filehandling to save and access login in java

How did you create them? You need to include the code that reads from the file, not just the code that prints the results

View Article


Comment by Numeri on How can I make an object with an interface like a random...

@GACy20 That's a much better answer to this question than this one. Green Cloak Guy's answer is true generally, but does not answer the actual question asked.

View Article


Comment by Numeri on Downloading multiple concurrent files in Python

It"s extremely clear what they're asking for, a way to download concurrently, i.e., non-blocking downloads.

View Article

Answer by Numeri for cannot open file 'SOIL.libkernel32.lib'

I know this question is a couple weeks old now, but I figured it can't hurt.The actual error you are getting is (probably) because you are missing a semicolon in the list of libraries to link.If you go...

View Article

Answer by Numeri for Calculator positive and negative sign

First off, it may help to include more information about what you're trying to do, such as the language you are using, whether the issue is creating a button or doing the math, etc.However, if you are...

View Article

Answer by Numeri for How to set new X / Y coordinates when a triangle leaves...

To set the y coordinate of a triangle once it leaves the window, all you need to do is reuse the code p.x = -300; and customize it for the y coordinate.Example:if(p.x >= W){ p.x = -300; p.y = -300;...

View Article


Answer by Numeri for Split function in C runtime error

The purpose of the assert function is that is will stop your program if the condition passed as an argument is false. What this tells you is that when you ran your program, idx != count - 1 at line 69....

View Article

Answer by Numeri for provide circular motion for a custom drawing on touch:...

StepsHere are a few steps in order to move your rectangle along a circle's rim:1. Obtain finger position/Check that it's still dragging the rectangle.2. Obtain angle from current x and y coordinates.3....

View Article


Answer by Numeri for provide circular motion for a custom drawing on touch:...

StepsHere are a few steps in order to move your rectangle along a circle's rim when the user taps and holds to the side of the circle:1. Obtain direction desired.2. Obtain angle from current x and y...

View Article

SOIL Library Linking Errors

I'm trying to use the SOIL library with freeglut and glew. I'm using Visual Studio 2012 on a Windows 8, 64bit laptop. I'm getting these errors:1>libSOIL.a(stb_image_aug.o) : error LNK2019:...

View Article


Haskell Parse Error in Helper Function

I'm just learning Haskell, and I decided to try writing my own version of pred, which returns the number preceding its parameter. I'm using WinGHCi and loading a file called test.hs. Here is my code:...

View Article

Answer by Numeri for Libgdx - Keeping an object at certain distance and...

Steps:1. Calculate the distance between the cursor and the center of the circle. If it is more than the 'limit' then set the triangle's position to the cursor's position and skip to step 4.2. Obtain...

View Article

OpenGL tutorial (Arcsynthesis) failed X request

I am getting an error running the first project of the Arcsynthesis tutorial. It builds just fine. X Error of failed request: GLXBadFBConfig Major opcode of failed request: 154 (GLX) Minor opcode of...

View Article
Browsing all 32 articles
Browse latest View live




Latest Images