Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
aspect
- Page 1
Re: aspect ratio?
Hardware and Software
Hardware
19 Years Ago
by chrisbliss18
… of an image. With computers, you can think about
aspect
ratio as the relationship between the horizontal pixels and vertical…pixels. Most screens are designed to display signals with an
aspect
ratio of 4:3, thus you see computers commonly …summary, most screens are designed to handle images with an
aspect
ratio of 4:3, but some new screens use …
aspect ratio?
Hardware and Software
Hardware
19 Years Ago
by geegoo
hallo, i m having trouble understanding the concept of
aspect
ratio of a screen..i mean is it in inches or in pixcels? and every src i read has a different definition.. and how could i know the
aspect
ratio of my monitor?
aspect-oriented concept
Programming
Software Development
14 Years Ago
by softdev
… know if that is possible. i want to apply some
aspect
-oriented concept. i want to have something like, say two… file and use JSP to display the data. another class/
aspect
that log the same data from the xml to a…
Re: aspect-oriented concept
Programming
Software Development
14 Years Ago
by ~s.o.s~
…;http://www.javaworld.com/javaworld/jw-01-2002/jw-0118-
aspect
.html?page=1"]one[/URL] & [URL="http…
aspect oriented project
Programming
Software Development
19 Years Ago
by loser1
hi everyone, i have a final year project for my BS computer science. can anyone suggest me a project on
aspect
oriented programming?? other suggestions are also welcome....all i need is a brief(or long) description of what to prepare. thanks
Re: aspect oriented project
Programming
Software Development
19 Years Ago
by loser1
yes i agree that it should be something new, and out of the box. that's also why i started with the
aspect
oriented ideas, which i believe may be something new. so far i haven't got any project suggestion or description related to this area. is it too dry or too new..??
Photo changes aspect ratio on widescreen monitor.
Digital Media
UI / UX Design
14 Years Ago
by MidiMagic
… a photo on a website, the photo stays the same
aspect
ratio on both widescreen and normal monitors. But I have… normally. When using the widescreen monitor on this page, the
aspect
ratio is wrongly changed so the image is shorter than… should be. Is some special coding needed to preserve the
aspect
ratio?
Re: Photo changes aspect ratio on widescreen monitor.
Digital Media
UI / UX Design
14 Years Ago
by MidiMagic
… width style on a picture would cause it to change
aspect
ratio. But I was fooled. Two supposedly identical computers were… the second computer and found it to be showing normal
aspect
ratios. But I didn't have time to post then… don't they make monitors so they display 4:3
aspect
ratios on only part of the 16:9 screen, so…
Re: contract-based or aspect-oriented programming
Programming
Computer Science
14 Years Ago
by griswolf
…through its less traveled paths. On the other hand,
aspect
oriented programming is a technique that is (more or less…languages. It allows you to consider one or another
aspect
of the whole program apart from thinking how to …actually encode that
aspect
in each block of code. Using this technique, you…
Re: Best way to scale a image keeping aspect ratio?
Programming
Web Development
11 Years Ago
by Troy III
… to scale an image,..."* question, - *"keeping
aspect
ratio"* is what takes the priority (not the scaling…'s why my answer is concentrated on the "
aspect
-ratio" issues rather than the scaling itself. (the…including thanks to what was posted, was not preserving the
aspect
ratio;the example I recently posted, does.) My demo…
Maintain Aspect Ratio with Windows API
Programming
Software Development
13 Years Ago
by Sarkahn
This is a way to force a given
aspect
ratio of a window any time the …WINDOWPOS * winPos = (WINDOWPOS*)lParam; // Adjust window dimensions to maintain
aspect
ratio switch( sideBeingDragged ) { case WMSZ_BOTTOM: case WMSZ_TOPRIGHT: winPos->cx…
Maintain aspect ratio on div
Programming
Web Development
13 Years Ago
by Julia25
… a script that when div resize(browser) it will maintain
aspect
ratio? ive tried using css which adjust the width through… min-max but wish to maintain the
aspect
ratio (height) [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD…
Re: Maintain aspect ratio on div
Programming
Web Development
13 Years Ago
by Troy III
…; <html> <head> <title>Fixed
Aspect
Ratio</title> <style> #container { position: relative…%; height: 100%; /*optional in case the poster image has exact
aspect
ratio*/ position: absolute; z-index: 1; } </style> <…
Best way to scale a image keeping aspect ratio?
Programming
Web Development
11 Years Ago
by riahc3
Hello I want to create a Javascript button that takes a image on a page and makes it bigger keeping
aspect
ratio and also another button and makes it smaller but also keeping
aspect
ratio. Can someone tell me a good example on how to do this? Thank you
Re: Maintain aspect ratio on div
Programming
Web Development
13 Years Ago
by Troy III
…; <html> <head> <title>Fixed
Aspect
Ratio</title> <style> #cont { position: relative…
Re: Maintain aspect ratio on div
Programming
Web Development
13 Years Ago
by Julia25
… i hope the height will adjust according thus maintaining the
aspect
ratio [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML…
Re: Maintain aspect ratio on div
Programming
Web Development
13 Years Ago
by Troy III
why is it so important that this certain DIV preserves
aspect
ratio, does it hold an image or other type of graphics or other watchable content? Any adequate solution depends on the content this div holds. So what is it?
Re: Best way to scale a image keeping aspect ratio?
Programming
Web Development
11 Years Ago
by bops
I'm not sure if I am thinking too simply, but to keep an image's
aspect
ratio you can just resize either the height OR width but not both. The other should be left as auto. Working out the orientation of the image i.e. portrait or landscape might help you decide which one to resize.
Re: Best way to scale a image keeping aspect ratio?
Programming
Web Development
11 Years Ago
by riahc3
… am thinking too simply, but to keep an image's
aspect
ratio you can just resize either the height OR width…
Re: Best way to scale a image keeping aspect ratio?
Programming
Web Development
11 Years Ago
by Troy III
> I think I got it solved :) Enlighten us >>how do you scale images while preserving their original
aspect
ratios<< Please...
[FLASH 8] image aspect ratio resize problem
Digital Media
UI / UX Design
16 Years Ago
by punkrockbboy
… getting a background image to resize while keeping it's
aspect
ratio, here is my code: [CODE]Stage.align = "TL…
Re: [FLASH 8] image aspect ratio resize problem
Digital Media
UI / UX Design
16 Years Ago
by MidiMagic
You need to calculate the
aspect
ratio from the original image sizes, not the sizes of the strechable container.
Performance Measurer in Java+Aspect
Programming
Software Development
17 Years Ago
by thekashyap
… as AUT (application under test) 2. AJPerf.java: contains the
aspect
that actually does the work of measuring. ------------------------------------------------------------ [COLOR=Blue][B…
Re: Performance Measurer in Java+Aspect
Programming
Software Development
17 Years Ago
by thekashyap
… there to help others remember that they need to add
aspect
's jar files to their classpath). None of the jar…
contract-based or aspect-oriented programming
Programming
Computer Science
14 Years Ago
by softdev
hi guys, design by contract or
aspect
-oriented programming. anyone has used one of the above technique? in a nutshell, which one is better? in terms of simplicity and usability, which one is a hassle?
Re: contract-based or aspect-oriented programming
Programming
Computer Science
14 Years Ago
by softdev
thats a nice explanation griswolf. many thanks. i'm just looking at
aspect
oriented programming now, and hope to come back for more questions.
Create a Container for Images to Retain Aspect Ratio
Programming
Web Development
14 Years Ago
by ms_sws
… such that the image fills the container but retains its
aspect
ratio? So if the container is 100px x 100px and…
Re: Create a Container for Images to Retain Aspect Ratio
Programming
Web Development
14 Years Ago
by fxm
… browser will [by default] scale the image without changing the
aspect
ratio. Note: the scaled image may look awful [especially if…
ASP .NET Change vedio's aspect ratio
Programming
Web Development
13 Years Ago
by suvisoya
HI can anyone know how to change video's
aspect
ratio and my video available in server path thanks regards
MS Excel and image proportions / aspect ratio / DPI
Hardware and Software
Microsoft Windows
12 Years Ago
by guyinpv
…;squares" of my grid still look square, so the
aspect
ratio seems right, however, the grid measures 8 1/16…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC